-
Scanner control source control source code scanners
控制扫描仪源码 -Scanner control source control source code scanners
- 2023-06-17 20:20:04下载
- 积分:1
-
"see through Delphi Kylix" through 131 cases, nearly 70,000 lines of s...
《参透Delphi Kylix》通过131个事例,近70000行程序源代码全面提升读者的程序开发能力。 -"see through Delphi Kylix" through 131 cases, nearly 70,000 lines of source code to enhance the reader"s overall ability to develop procedures.
- 2023-04-07 19:25:05下载
- 积分:1
-
一些小程序
一些小程序-some small programs!
- 2022-03-11 01:00:32下载
- 积分:1
-
with Table controls the development of a database application examples
用Table控件开发数据库应用程序示例-with Table controls the development of a database application examples
- 2022-01-24 18:26:19下载
- 积分:1
-
Asta 3.0 Full Sources
Asta 3.0 Full Sources
- 2023-03-29 00:20: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
-
该控件用于window截屏,操作简单实用!稍加修改也可用于控制台界面截屏。...
该控件用于window截屏,操作简单实用!稍加修改也可用于控制台界面截屏。-Controls for the closed window screen, operation is simple and practical. Slight modifications can also be used for the console interface province.
- 2022-07-08 11:40:15下载
- 积分:1
-
Delphi源代码皮肤
Delphi source code for skine
- 2023-08-30 10:25:04下载
- 积分:1
-
利用Delphi6.0和MS Server2000为主要开发工具,以WindowsXP为开发平台。设计出分布式多层应用的图书馆管理系统。...
利用Delphi6.0和MS Server2000为主要开发工具,以WindowsXP为开发平台。设计出分布式多层应用的图书馆管理系统。-Delphi6.0 and MS Server2000 use as the main development tools for the development platform to WindowsXP. Distributed multi-tier application design of the library management system.
- 2023-06-28 13:10:04下载
- 积分:1
-
报表控件,可以使用delphi开发多种样式的报表
报表控件,可以使用delphi开发多种样式的报表-Report Control, you can use delphi development of a variety of styles report
- 2023-08-30 12:00:07下载
- 积分:1