-
嘿嘿,大侠看到不要见笑呀...
大家都知道使用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
-
BusinessSkinForm.v6.15汉化版支持delphi和BCB
一套支持Delphi的VCL库,帮助你创建可换skins的程序,支持包括窗体、提...
BusinessSkinForm.v6.15汉化版支持delphi和BCB
一套支持Delphi的VCL库,帮助你创建可换skins的程序,支持包括窗体、提示、许多标准和数据控件。你可以用专用的编辑器创建自己的skins-Chinese Version BusinessSkinForm.v6.15 support a set of delphi and BCB in support of Delphi" s VCL library help you to create skins for the program and support, including the form, tips, and many standards and data control. You can use a dedicated editor to create your own skins
- 2022-03-28 11:10:58下载
- 积分:1
-
串口通讯,主要针对单板机进行开发
串口通讯,主要针对单板机进行开发-serial communications, mainly for the development of F14
- 2022-12-16 00:15:03下载
- 积分:1
-
Delphi功能强的DBGRID构件,支持钱币网格,从DBGRIDEH中继承.比速达的网格构件功能更强大....
Delphi功能强的DBGRID构件,支持钱币网格,从DBGRIDEH中继承.比速达的网格构件功能更强大.-DBGrid Delphi powerful component to support the coin grid, inherited from DBGRIDEH. Tatsu than speed grid more powerful components.
- 2022-10-09 08:10:02下载
- 积分:1
-
Produced a very good drop
很好的下拉列表制作 自由选择下拉的内容 结合了复选框功能-Produced a very good drop-down list in order to freely choose the content of the drop-down
- 2023-07-24 16:20:03下载
- 积分:1
-
使用def开发的USB驱动源代码奉献给各位
使用def开发的USB驱动源代码奉献给各位-Def developed using the USB driver source code dedicated to you
- 2022-03-12 23:14:19下载
- 积分:1
-
FlashSave IE 插件源码,用于保存Flash
FlashSave IE 插件源码,用于保存Flash-Lip glass FlashSave IE Daitou tungsten, using quilt upset epurate Flash
- 2022-02-04 21:23:56下载
- 积分:1
-
一个专门输入现金的控件
一个专门输入现金的控件-a specialized input of cash controls
- 2023-08-09 20:25:03下载
- 积分:1
-
五子棋程序, 五子棋程序
五子棋程序, 五子棋程序-Gobang procedures, Gobang procedures
- 2023-02-15 21:55:04下载
- 积分:1
-
Delphi控件源码 Delphi控件源码
Delphi控件源码 Delphi控件源码-Delphi Controls Delphi source code control source
- 2022-03-21 14:46:34下载
- 积分:1