-
嘿嘿,大侠看到不要见笑呀...
大家都知道使用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的p2p控件的源代码,可惜没有例子
一个delphi的p2p控件的源代码,可惜没有例子-a p2p control of the source code, but no examples
- 2022-04-29 22:30:55下载
- 积分:1
-
delphi access to the id of the examples of the hard disk on windows programming...
delphi 获得硬盘的id的例子,对初学windows编程的朋友,是一个不错的例子。-delphi access to the id of the examples of the hard disk on windows programming beginner friend, are a good example.
- 2022-08-13 09:27:53下载
- 积分:1
-
7Z 压缩的DELPHI 代码 7Z 压缩的DELPHI 代码
7Z 压缩的DELPHI 代码 7Z 压缩的DELPHI 代码-7Z compression DELPHI code 7Z compression DELPHI code that
- 2022-08-11 19:08:41下载
- 积分:1
-
delphi环境下应用teechart控件,导出图表的源代码
delphi环境下应用teechart控件,导出图表的源代码-delphi application teechart control environment, export the source code of the chart
- 2022-02-03 04:10:47下载
- 积分:1
-
Delphi中的DLL封装和调用对象技术,学写dll编写最简单的例子。...
Delphi中的DLL封装和调用对象技术,学写dll编写最简单的例子。-Delphi in the package and call the DLL object technology, learn to prepare to write the most simple dll example.
- 2022-03-01 07:58:04下载
- 积分:1
-
组件来控制用户访问菜单,功能和程序模块…
Component to control user acess to the menus, features and modules of the program.
- 2022-02-20 10:30:39下载
- 积分:1
-
Rx库中包含了大量的组件,用于Borla对象和例程…
RX Library contains a large number of components, objects and routines for Borland Delphi with full source code. This library is compatible with Borland Delphi 1, 2, 3, 4 and Borland C++ Builder 1 and 3.
- 2023-08-22 01:10:04下载
- 积分:1
-
Delphi函数速查及详解,并带有例子代码,是delphi初学者或开发者良好的助手...
Delphi函数速查及详解,并带有例子代码,是delphi初学者或开发者良好的助手-Info Delphi function and explain, with examples of code, is a developer delphi beginner or a good assistant
- 2022-01-30 15:43:19下载
- 积分:1
-
用于捕获IP地址的小工具,很好用啊,试试就知道了。
用于捕获IP地址的小工具,很好用啊,试试就知道了。-A tool used to capture IP.try it.
- 2022-02-02 15:29:15下载
- 积分:1