-
hex16一个Delphi源代码文件的转换器是写
Hex16 到 bin文件的转换源码采用Delphi语言编写-Hex16 to a bin file converter with Delphi source code is written
- 2023-07-06 02:25:03下载
- 积分:1
-
万能数据库查看程序
万能数据库查看程序 -Omnipotent omnipotent database viewer database viewer
- 2022-04-09 14:03:28下载
- 积分: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做的三层程序.zip
Delphi做的三层程序.zip-do three procedures. Zip
- 2023-04-28 08:55:04下载
- 积分:1
-
Communication control, you can send data streams to achieve penetration UDP a s...
通信控件,可以发送数据流,实现了UDP穿透;一个服务器控件,一个客户端控件,服务器上有一个客户端登录管理列表。传输速度很快的,可以用它来传输语音,视频,还有文件等数据流。-Communication control, you can send data streams to achieve penetration UDP a server control, a client control, the server has a client list of registry management. Transmission speed quickly, you can use it to transmit voice, video, and data flow documents.
- 2022-07-28 16:05:47下载
- 积分:1
-
Delphi的VCL库加密
Libreria de encriptacion para delphi VCL
- 2022-08-25 03:15:42下载
- 积分:1
-
执行一些简单的SQL语句。
注:各SQL语句用“GO”区分,不分大小写...
执行一些简单的SQL语句。
注:各SQL语句用“GO”区分,不分大小写-Implementation of some simple SQL statement. Note: the SQL statement with
- 2022-08-23 18:28:44下载
- 积分:1
-
一个delphi的p2p控件的源代码,可惜没有例子
一个delphi的p2p控件的源代码,可惜没有例子-a p2p control of the source code, but no examples
- 2022-04-29 22:30:55下载
- 积分:1
-
Using Delphi to create a VPN connection, is not yet know how to add a destinatio...
用Delphi创建一个VPN连接,目前还不知道怎么添加目标地址。-Using Delphi to create a VPN connection, is not yet know how to add a destination address.
- 2023-07-19 03:05:04下载
- 积分: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