-
delphi版的文件比较代码,用该代码可以完全可以写自已的文件比较工具。...
delphi版的文件比较代码,用该代码可以完全可以写自已的文件比较工具。-delphi version of the file comparison code, the code can be used can write their own file comparison tool.
- 2022-05-17 10:23:52下载
- 积分:1
-
网上书店管理系统
网上书店管理系统-Administrative system of online bookstore
- 2022-04-30 18:22:40下载
- 积分:1
-
创建现代
Create modern-looking & feature-rich Windows applications faster with over 300 components in one money and time saving bundle
- 2022-10-28 23:45:04下载
- 积分:1
-
webbrowser 嵌入HTML代码(OEM界面),用delphi编写。
webbrowser 嵌入HTML代码(OEM界面),用delphi编写。-webbrowser Embed HTML code (OEM interface), prepared using delphi.
- 2023-05-26 09:45:04下载
- 积分: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
-
新型农村合作医疗慢性病医疗证管理Delphi7 ReportBuilder
新型农村合作医疗慢性病医疗证管理Delphi7 ReportBuilder -New rural cooperative medical management of chronic medical certificate Delphi7 ReportBuilder
- 2022-09-26 19:05:03下载
- 积分:1
-
Simple Delphi opc client
Simple Delphi opc client
- 2023-08-05 18:40:03下载
- 积分:1
-
可以用VB打开工程.直接查看U盘序列号.和MD5加密
可以用VB打开工程.直接查看U盘序列号.和MD5加密-VB can be used to open the project. Direct Show U disk serial number. And MD5 encryption
- 2022-01-28 16:13:23下载
- 积分:1
-
抛砖引玉,有很大启发
抛砖引玉,有很大启发-congregate, a great inspiration
- 2022-03-01 18:17:07下载
- 积分:1
-
Delphi管理信息系统
delphi mis
- 2023-03-04 12:20:04下载
- 积分:1