-
嘿嘿,大侠看到不要见笑呀...
大家都知道使用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
-
抽号程序,用于抽取随即数,里面有说明,请根据说明操作。...
抽号程序,用于抽取随即数,里面有说明,请根据说明操作。-No. pumping process, then the number of samples used, which have instructions, in accordance with the instructions.
- 2022-08-03 09:42:02下载
- 积分:1
-
将ie的收藏夹导出成html格式
将ie的收藏夹导出成html格式-will ie favorites derived into html format
- 2022-04-09 06:34:49下载
- 积分:1
-
Create skins for delphi
Create skins for delphi
- 2022-02-09 13:16:29下载
- 积分:1
-
delphi写的简单udp传输,初学者入门,顶
delphi写的简单udp传输,初学者入门,顶-delphi write a simple udp transmission, beginners entry, then the maximum
- 2022-07-22 19:59:04下载
- 积分:1
-
DELPHI数学计算公式控件适用于DELPHI5.0,DELPHI6.0,DELPHI7.0...
DELPHI数学计算公式控件适用于DELPHI5.0,DELPHI6.0,DELPHI7.0-DELPHI mathematical formula controls applicable to DELPHI5. Delphi6.0, Delphi 7.0 is described
- 2022-02-03 01:45:02下载
- 积分:1
-
This pack is the same as Size Components Pack, the only difference between the t...
This pack is the same as Size Components Pack, the only difference between the two is that these components are drawn using Microsoft GDI+ instead of plain GDI, so they look much better. Of course, you can turn this on/off by setting the AntiAliased property accordingly
- 2022-04-26 10:03:18下载
- 积分:1
-
delphi编程源代码,线程插入代码,可以做为学习参考的,很有用的...
delphi编程源代码,线程插入代码,可以做为学习参考的,很有用的-delphi programming source code, insert the threaded code can be used as a study reference, a very useful
- 2022-03-05 16:20:25下载
- 积分:1
-
Raize控件汉化版
Raize控件汉化版 -Raize Controls Chinese Version
- 2022-08-05 20:39:20下载
- 积分:1
-
delphi using usb high
delphi 利用usb高速数据采集、及图形打印源代码 -delphi using usb high-speed data acquisition and graphic printing source code
- 2022-09-08 20:20:03下载
- 积分:1