-
客服管理系统(Access版本)
delphi+Access开发,简单易学
客服管理系统(Access版本)
delphi+Access开发,简单易学-Customer Service Management System (Access version) delphi+ Access development, is easy to learn
- 2023-05-18 20:30:03下载
- 积分:1
-
delphi的源代码:查找通信设备的mac地址
delphi的源代码:查找通信设备的mac地址-delphi source code : Search communications equipment mac address
- 2022-12-24 09:35:03下载
- 积分: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
-
在PageControl的每一页,添加一个关闭按钮
在pagecontrol每一页,添加一个关闭按钮-In pagecontrol each page, to add a Close button
- 2022-03-11 01:15:28下载
- 积分:1
-
Delphi4核心编程技术,html教程
Delphi4核心编程技术,html教程-Delphi4
- 2022-03-25 23:01:15下载
- 积分:1
-
delphi write the http to download the source code Update
delphi写的http的download来Update的源码-delphi write the http to download the source code Update
- 2022-12-02 23:25:03下载
- 积分:1
-
简单的电话录音源码,具备来电显示、应答、呼叫等功能。
简单的电话录音源码,具备来电显示、应答、呼叫等功能。-Simple telephone record source program with the function of Show Phone Number, answer and call.
- 2022-07-23 02:14:45下载
- 积分:1
-
多线程技术的简单实现,利用窗体与定时读取数据进行测试
多线程技术的简单实现,利用窗体与定时读取数据进行测试-Multi-threading technology to achieve simple, use the form and read data from time to time to test
- 2022-01-31 10:31:19下载
- 积分:1
-
Iocomp Ultra Pack v3.0.2 Sources.For.Delphi 数据显示编程插件,可用于工业控制...
Iocomp Ultra Pack v3.0.2 Sources.For.Delphi 数据显示编程插件,可用于工业控制
- 2022-08-10 11:21:02下载
- 积分:1
-
This is a bi
This a bi-directional server-client based chat program written in delphi. The server is able to connect to nearly unlimited client, with one component.-This is a bi-directional server-client based chat program written in delphi. The server is able to connect to nearly unlimited client, with one component.
- 2022-04-07 11:07:05下载
- 积分:1