-
Delphi高手突破,论述如何在delphi中使用面向对象编程方法,构建设计良好的程序。...
Delphi高手突破,论述如何在delphi中使用面向对象编程方法,构建设计良好的程序。-Delphi expert breakthrough on how to use delphi object-oriented programming methods, to build well-designed procedures.
- 2022-01-30 12:37:48下载
- 积分:1
-
是利用 Windows 95/NT IPC (Interprocess communications) 中 MailSlot API,在局域网 ( LAN )...
是利用 Windows 95/NT IPC (Interprocess communications) 中 MailSlot API,在局域网 ( LAN ) 制作类似 WinPopup 程序,传送讯息的构件 ( 1.14 版,附源码 )-Are using Windows 95/NT IPC (Interprocess communications) Medium MailSlot API, in the local area network (LAN) produced similar WinPopup procedures, send the message components (1.14 version, with source code)
- 2022-05-18 23:04:53下载
- 积分:1
-
himself wrote the delphi image processing procedures, support a variety of image...
自己写的delphi图像处理程序,支持多种多样的图像处理手法,程序实用,简单易懂。适用于初学delphi着参考-himself wrote the delphi image processing procedures, support a variety of image processing methods, procedures and practical, simple and understandable. In reference to a novice delphi
- 2022-07-05 01:35:51下载
- 积分:1
-
flexcompress是高
FlexCompress is a high-speed compression library developed to provide archive functionality for your applications. This solution provides flexible compression and strong encryption algorithms that allows you to integrate archiving or backup features into your programs in a fast and easy way.-FlexCompress is a high-speed compression library developed to provide archive functionality for your applications. This solution provides flexible compression and strong encryption algorithms that allows you to integrate archiving or backup features into your programs in a fast and easy way.
- 2022-02-12 10:26:48下载
- 积分:1
-
用于捕获IP地址的小工具,很好用啊,试试就知道了。
用于捕获IP地址的小工具,很好用啊,试试就知道了。-A tool used to capture IP.try it.
- 2022-02-02 15:29:15下载
- 积分:1
-
Delphi Classic Module Development Daquan source of the document management syste...
Delphi经典模块开发大全中的文档管理系统源码-Delphi Classic Module Development Daquan source of the document management system
- 2023-08-08 21:15:05下载
- 积分:1
-
将显示在界面上的,或需要导出的内容导出到excel文档里
将显示在界面上的,或需要导出的内容导出到excel文档里-Will be displayed at the interface, or the need to export the contents of the export to excel document li
- 2022-02-21 08:20:26下载
- 积分:1
-
Super Delphi function package, including programming from time to time need some...
超级Delphi函数包,包括编程时常需要的一些函数-Super Delphi function package, including programming from time to time need some function
- 2022-02-11 20:27:17下载
- 积分: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
-
主要用于DELPHI文件查询,替换,功能全面,可以直接查看DELPHI代码...
主要用于DELPHI文件查询,替换,功能全面,可以直接查看DELPHI代码-DELPHI paper mainly used for query, replace, full-featured, you can directly view the DELPHI code
- 2023-02-10 04:00:04下载
- 积分:1