-
lab_library_delphi_mathfunctions_general Delphi的数学函数库,等等。
Lab_Library_Delphi_MathFunctions_General DELPHI的数学函数库,很有用的-Lab_Library_Delphi_MathFunctions_General DELPHI mathematical function library, very useful
- 2022-02-01 15:55:44下载
- 积分:1
-
这是一个用Delphi开发的多线程多串口控件,可以实现10个串口同时通讯。...
这是一个用Delphi开发的多线程多串口控件,可以实现10个串口同时通讯。-This is a development with Delphi" s multi-threaded multi-serial port control, serial port 10 can be achieved at the same time communications.
- 2022-03-26 05:08:26下载
- 积分:1
-
This is the Delphi system tray TrayIcon control example, there is also the opera...
这是 Delphi 系统托盘 TrayIcon 控件的例子,里面还有快捷菜单的操作。 -This is the Delphi system tray TrayIcon control example, there is also the operation of the shortcut menu.
- 2023-02-17 20:35:04下载
- 积分:1
-
Volume Control 如何实现静音与声道控制
Volume Control 如何实现静音与声道控制-Volume Control how to mute and solo controls
- 2023-05-02 11:25:03下载
- 积分:1
-
嘿嘿,大侠看到不要见笑呀...
大家都知道使用DLL的好处.于是我就想把FORM封装到DLL里面去.
到网上找,发现是MDI和模式窗体的,非模式的也有...
嘿嘿,大侠看到不要见笑呀...
大家都知道使用DLL的好处.于是我就想把FORM封装到DLL里面去.
到网上找,发现是MDI和模式窗体的,非模式的也有很多问题.便想自己解决这个问题.
原来是用DLL创建一个对象返回,但发现有很多的问题.
想了半天就去寻根问柳吧.
找到了类.
我就想把类封装进DLL,到时简单的返回一个类,然后在主程序里操作不就简单了?
找了半天发现了TFormClass,于是试了试从DLL导出来,像一般的程序一样创建窗体发现成功.
接着我又想看看其他的类是不是也能这样,就拿TFrame来实验.
function GetDllFrameClass():TFrame stdcall
第一次是这样声明的,失败.奇怪?!
试了好多次都不行,就想到了TFormClass(Ctrl+左键),进去看看,发现是这样声明的.
TFormClass = class of TForm
哎呀,恍然大悟!!
class(TFrame) 是声明一个类, 这个类继承了TFrame类 f: TFrame 是一个对象
class of TFrame 声明的是类类型, f:TFrameClass 是一个类.
function GetDllFrameClass():TFrame
返回就不是类而是对象了,照TFormClass修改后TFrameClass = class of TFrame
运行...成功,
- 2022-01-31 01:59:09下载
- 积分:1
-
用delphi做的一个可以计算sql运行时间的系统,大家可以参考一下....
用delphi做的一个可以计算sql运行时间的系统,大家可以参考一下.-Use delphi to do a sql can calculate the running time of the system, everyone can reference.
- 2023-09-01 09:50:03下载
- 积分:1
-
非常出色表格制作工具,可以生成多种表格.
非常出色表格制作工具,可以生成多种表格.-Very good form authoring tools, can generate a variety of forms.
- 2023-04-08 07:45:04下载
- 积分:1
-
滚动下拉框-不过下拉的是树型结构,自己使用的,可以添加方法和属性。...
滚动下拉框-不过下拉的是树型结构,自己使用的,可以添加方法和属性。-rolling drop-down box- but the drop-down tree structure, for its own use, can add methods and attributes.
- 2022-03-12 12:30:52下载
- 积分:1
-
某计算机系本科学生做的加密设计及实现,以及毕业论文,保证是最新原创,没有第二个...
某计算机系本科学生做的加密设计及实现,以及毕业论文,保证是最新原创,没有第二个-a computer science undergraduate students in the design and implementation of encryption, and the dissertation and assurance is the latest original, no second
- 2022-02-24 22:04:40下载
- 积分:1
-
一个药店管理系统源码,用delphi编写
一个药店管理系统源码,用delphi编写-a pharmacy management system source code, prepared with delphi
- 2022-02-21 23:33:24下载
- 积分:1