-
用delphi进行进制转换的例子
用delphi进行进制转换的例子-used for the base for the conversion examples
- 2022-08-18 13:09:23下载
- 积分:1
-
一款简简单单的记事本软件 简单的不能再简单了 供那些初学者用来看一看 长长见识用吧...
一款简简单单的记事本软件 简单的不能再简单了 供那些初学者用来看一看 长长见识用吧-simple one of the notebook simple software can no longer simple for beginners to those who look at it with a long exposure
- 2023-03-01 09:10:03下载
- 积分:1
-
dnotes Delphi和C++ Builder是一套VCL组件和类库的佛…
DNotes For Delphi/C++Builder is a suite of VCL Components and a Class Library for accessing Lotus Notes 4.x databases & servers.
- 2023-04-13 02:25:04下载
- 积分:1
-
Isobar, COM class. COM classes have been made to generate the grid not too small...
等压线,COM类。已经做成COM类,生成的网格不要太小。传实际经伟度时,先放大1000倍-Isobar, COM class. COM classes have been made to generate the grid not too small. Wei-Chuan practice by degrees, the first amplification 1000 times
- 2022-08-25 16:23:45下载
- 积分:1
-
这个文件示例展示如何在Delphi使用UDP聊天clintserver
this file sample in delphi show how to use udp for chating clintserver
- 2022-04-10 12:26:03下载
- 积分:1
-
远程桌面,服务端+客户端
远程桌面,服务端+客户端-Remote Desktop, the client-services
- 2022-07-09 03:55:16下载
- 积分:1
-
新型农村合作医疗慢性病医疗证管理Delphi7 ReportBuilder
新型农村合作医疗慢性病医疗证管理Delphi7 ReportBuilder -New rural cooperative medical management of chronic medical certificate Delphi7 ReportBuilder
- 2022-09-26 19:05: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
-
AAFONT是一款Delphi控件,可以在Delphi编写的窗口上显示平滑的字体,有各种字体效果。...
AAFONT是一款Delphi控件,可以在Delphi编写的窗口上显示平滑的字体,有各种字体效果。-AAFONT is section Delphi controls, may in the Delphi compilation
window demonstrate the smooth typeface, has each kind of typeface
effect.
- 2023-07-26 06:45:04下载
- 积分:1
-
一个简单的WEB浏览器
一个简单的WEB浏览器-a simple Web browser
- 2023-01-22 20:10:04下载
- 积分:1