-
利用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
-
MiTeC.System.Information.v10.7.0.FS
检测系统硬件信息的DELPHI控件
MiTeC.System.Information.v10.7.0.FS
检测系统硬件信息的DELPHI控件-MiTeC.System.Information.v10.7.0.FS检 ?庀低秤 ?件信??的DELPHI控件
- 2022-06-30 23:21:02下载
- 积分:1
-
能实现一般计算器全部的功能,外观简洁明子子,可进行二次开发....
能实现一般计算器全部的功能,外观简洁明子子,可进行二次开发.-To achieve a general calculator all the functions, design, simple Akiko son, can be secondary development.
- 2023-02-21 00:35:04下载
- 积分:1
-
有问题的七段显示VHDL很多
there are lots of problems about seven segment display in vhdl
- 2022-07-19 05:38:45下载
- 积分: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
-
control data table every color line
控制数据表每行的颜色-control data table every color line
- 2022-04-27 01:20:02下载
- 积分:1
-
驾照模拟考试系统
驾照模拟考试系统-Mock examination system of driving license
- 2023-06-13 01:15:15下载
- 积分:1
-
个人收集及编写的一个通用函数集
个人收集及编写的一个通用函数集-personal collection and preparation of a generic Function Set
- 2022-03-11 12:41:40下载
- 积分:1
-
delphi矩阵运算、回归分析等数学计算
delphi矩阵运算、回归分析等数学计算-matrix calculation, regression analysis and other mathematical calculations
- 2023-03-31 15:45:04下载
- 积分:1
-
我们使用VB设计界面时可以在任意方向直接画直线,但在delphi下却不能,除非在程序中去画,而该控件能够在界面设计时直接画出任意方向,任意长短的直线段。...
我们使用VB设计界面时可以在任意方向直接画直线,但在delphi下却不能,除非在程序中去画,而该控件能够在界面设计时直接画出任意方向,任意长短的直线段。-We use the VB interface design can be in any direction direct line drawing, But under the delphi did not, except in proceedings to painting. The controls can directly interface design painted arbitrary direction and length of the straight.
- 2022-02-15 10:57:41下载
- 积分:1