-
办公管理系统完成
DELPHI办公全套管理系统-DELPHI office management system complete
- 2022-06-02 03:19:35下载
- 积分:1
-
delphi做的考试系统,加入与word和excel的连接
delphi做的考试系统,加入与word和excel的连接-The examination system delphi to include word and excel connection
- 2022-05-26 09:21:25下载
- 积分:1
-
AT89C2051单片机的数字时钟!带日历,闹钟,八
AT89C2051数字时钟!带万年历,八路定时闹钟!制作简单!-AT89C2051 Digital Clock! With calendar, alarm clock, eight-way from time to time! Producing simple!
- 2022-02-20 05:38:02下载
- 积分:1
-
Delphi 2009手册涵盖了Delphi 2009的新特点,从unicod…
The Delphi 2009 Handbook covers all the new featrues of Delphi 2009, from Unicode support to generics, from anonymous methods to other language enhancements, from new IDE features to the Ribbon control, from Vista-enabled controls to DataSnap 2009.
- 2022-08-03 03:37:49下载
- 积分: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语言实现运筹学排序问题(双工序)程序-used language tacticians scheduling problem (double Processes) procedures
- 2023-06-11 12:05:03下载
- 积分:1
-
change timer!!!!!!!!!!!
welcome use!!!!!!!!!!!!!!
一个可以批量文件时间进行修改的工具!!! !!! !!! !!! !!! !!! !!! !!! !!!!!1-change timer!!!!!!!!!!!
welcome use!!!!!!!!!!!!!!
- 2022-01-26 06:54:03下载
- 积分:1
-
业务员车票报销查询系统,下载解压后将数据库放到d盘根目录下即可运行...
业务员车票报销查询系统,下载解压后将数据库放到d盘根目录下即可运行-Ticket clerk claims inquiry system, download the database after decompression on d can be run under the root directory
- 2022-01-28 06:14:18下载
- 积分:1
-
用delphi软件制作一个屏幕保护程序,适合新手的入门学习。
用delphi软件制作一个屏幕保护程序,适合新手的入门学习。-Delphi software with a screen saver for novice study entry.
- 2022-12-20 07:05:03下载
- 积分:1
-
delphi 操作excel的例程,采用excel控件实现,处理两个excel表格,生成一个excel表格...
delphi 操作excel的例程,采用excel控件实现,处理两个excel表格,生成一个excel表格-delphi routine operation of the excel, using excel to achieve control, the two excel tables, excel spreadsheet to generate a
- 2022-03-21 19:50:38下载
- 积分:1