-
EHLIB控件(用于BCD dephi)
EhLib delphi 控件(for bcd dephi)-EhLib controls (for bcd dephi)
- 2022-02-26 16:18:38下载
- 积分:1
-
正则表达式类,在Delphi中轻松使用正则表达式,支持D7,D2005,D2006,D2007,D2009...
正则表达式类,在Delphi中轻松使用正则表达式,支持D7,D2005,D2006,D2007,D2009-Regular Expression class, in the Delphi easily use regular expressions in support of D7, D2005, D2006, D2007, D2009
- 2023-05-17 05:45:03下载
- 积分:1
-
获取CPU温度,这是一个用VC完成的代码
获取CPU温度,这是一个用VC完成的代码-access to the CPU temperature, which is a complete VC code
- 2022-03-25 09:22:52下载
- 积分:1
-
delphi supermap 一段源代码
delphi supermap 一段源代码-section of the source code delphi supermap
- 2022-04-01 16:54:12下载
- 积分:1
-
随便写的很难看,希望大家给给建议和意见,现在想弄个别人的来参考一下。...
随便写的很难看,希望大家给给建议和意见,现在想弄个别人的来参考一下。-Just write it is very difficult to see, I hope we have given to the suggestions and comments, and now want others to弄个reference.
- 2022-10-24 18:10:03下载
- 积分:1
-
Beautify the interface, hoping that all the loving programming Delphi workers to...
美化界面,希望所有爱好Delphi编程的工作者能够有一个更高的审美观-Beautify the interface, hoping that all the loving programming Delphi workers to have a higher aesthetic
- 2022-01-26 04:24:59下载
- 积分:1
-
众所周知,DOS和Window98操作系统下用户程序能够直接操作端口(Port函数),但在Win2000和WinXP下却不能直接操作端口,该程序源码是在Wind...
众所周知,DOS和Window98操作系统下用户程序能够直接操作端口(Port函数),但在Win2000和WinXP下却不能直接操作端口,该程序源码是在Window2000和WindowXP系统下直接操作计算机端口例子。-As we all know, DOS Windows98 operating system and user program can be directly operated port (Port functions) But in Win2000 and WinXP but not under the direct operation of ports, The procedure is the source Window2000 WindowXP systems and direct operating computers port example .
- 2022-05-08 00:07:47下载
- 积分:1
-
Delphi controls, mainly used in to compile the multimedia
contact surface, the u...
Delphi控件,主要用于编写多媒体界面,使用汇编语言编写了图像处理函数,图像处理速度很快。-Delphi controls, mainly used in to compile the multimedia
contact surface, the use assembly language compiles the picture
processing function, the picture processing speed has been very quick.
- 2022-01-21 21:37:23下载
- 积分: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
-
透视源码 CF的!! 非常小的一个文件
透视源码 CF的!! 非常小的一个文件-CF 透视源码!!
- 2023-05-04 00:10:04下载
- 积分:1