-
delphi master collection experience.
delphi高手经验集.-delphi master collection experience.
- 2022-12-19 23:55:02下载
- 积分: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
-
led显示,用于美化字体输出控制 用于美化字体输出控制
led显示,用于美化字体输出控制 用于美化字体输出控制-led display, for the beautification of the font used for output control output control landscaping fonts
- 2022-02-05 19:50:30下载
- 积分:1
-
界面代码和功能代码分离示例
界面代码和功能代码分离示例...
界面代码和功能代码分离示例
界面代码和功能代码分离示例 -Interface code and functional separation of sample code and function interface code code sample separation
- 2023-07-10 21:00:04下载
- 积分:1
-
DELPHI线程查开启,停止源码。只允许个人学习研究
DELPHI线程查开启,停止源码。只允许个人学习研究-DELPHI thread open investigation to stop source. Allowed only individual study and research
- 2022-07-21 14:06:53下载
- 积分:1
-
Delphi工资管理系统,功能强大的SQL2000数据库的使用,全
delphi的工资管理系统,使用强大的SQL2000数据库,功能齐全-delphi salary management system, the use of powerful SQL2000 database, full-featured
- 2022-03-31 12:17:07下载
- 积分:1
-
制作 Microsoft ISAPI Extention 应用程序的构件
制作 Microsoft ISAPI Extention 应用程序的构件-production Slade Microsoft ISAPI application components
- 2022-05-30 08:43:14下载
- 积分:1
-
关于一个数据表的浏览器
关于一个数据表的浏览器-a browser about a data table
- 2022-08-15 16:44:17下载
- 积分:1
-
VCL组件开发实例.rar
VCL组件开发实例.rar -VCL component development instance. RarVCL component development instance. Rar
- 2022-04-28 12:38:48下载
- 积分:1
-
This zip
This zip-file contains the two Delphi components, CoolTrayIcon and
TextTrayIcon (tray icon components).
Refer to CoolTrayIcon.chm and install.txt for documentation.
See also convert_cti_projects.txt if you re upgrading from a previous version
of CoolTrayIcon/TextTrayIcon.
- 2022-06-29 16:47:37下载
- 积分:1