-
Abakus VCL是一个很好的
Abakus VCL 是著名的虚拟工业设备组件,可以用来显示数字仪表。该组件制作精美,形式多种多样,完全可以满足程序员设计虚拟仪器的需要。其中:温度计显示、罗盘显示、仪表显示和动态趋向图都是很有特色的组件。
-Abakus VCL is a well-known virtual industrial equipment components, can be used to display digital instrumentation. The beautifully produced components, a variety of forms, complete the design of virtual instruments to meet the programmer
- 2022-03-21 06:45: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
-
编程练习:自动关机小助手,定时关机,暂未实现自动开机。...
编程练习:自动关机小助手,定时关机,暂未实现自动开机。-Programming practice: automatic shutdown of small assistant, timing shutdown, yet realize automatic boot.
- 2022-03-05 11:03:14下载
- 积分:1
-
完整的压缩程序
Complete Zip Program
- 2022-01-25 18:31:58下载
- 积分:1
-
imitate Windows interface
模仿WindowsXP界面-imitate Windows interface
- 2022-04-30 14:00:58下载
- 积分: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
-
delphi 对 excel 报表的操作。只是代码规范。没有提供相应的数据库。...
delphi 对 excel 报表的操作。只是代码规范。没有提供相应的数据库。-delphi report on the operation of excel. Just code specifications. Did not provide a corresponding database.
- 2023-05-01 20:30:04下载
- 积分:1
-
AES加密演算法Delphi程式,可以加密字符和文件。
AES加密演算法Delphi程式,可以加密字符和文件。-AES encryption algorithm Delphi programs, and files can be encrypted characters.
- 2022-05-13 00:22:58下载
- 积分:1
-
这是我对Adhoc网络中AODV路由协议的项目。通过使用该程序的O。
This my project about AODV in AdHoc network. By using Delphi to program the operation of the algorithm.It include the source code in Delphi and the execute file to run.-This is my project about AODV in AdHoc network. By using Delphi to program the operation of the algorithm.It include the source code in Delphi and the execute file to run.
- 2023-07-19 06:30:04下载
- 积分:1
-
Function Plotter with Graphics
Function Plotter with Graphics
- 2022-08-13 02:13:50下载
- 积分:1