-
corba_snmp_java_impl
corba_snmp_java_impl
- 2022-07-06 21:40:15下载
- 积分:1
-
一个网络IP电话程序,其功能简单,基本上能实现,是一个不错的程序。
一个网络IP电话程序,其功能简单,基本上能实现,是一个不错的程序。-a network IP telephony program, and its function simple, basically to realize, is a good procedure.
- 2022-08-21 18:01:49下载
- 积分:1
-
Proficient OCX project framework. Txt, detailed introduction delphi working envi...
精通OCX工程构架.txt,详细介绍delphi工作环境下,制作ocx控件的方法。-Proficient OCX project framework. Txt, detailed introduction delphi working environment, production ocx control method.
- 2022-02-03 03:54:08下载
- 积分:1
-
请认真书写上传资料的详细功能、包含内容说明(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码...
请认真书写上传资料的详细功能、包含内容说明(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码-Please carefully write a detailed upload features, including the content description (at least 20 words). Try not to let owners to spend time on your revised instructions. Archive decompression there can not be password
- 2022-06-16 17:06:06下载
- 积分:1
-
浏览/编辑CAD图形的控件,支持打开,浏览所有版本CAD文件,并自动识别CAD文件版本。...
浏览/编辑CAD图形的控件,支持打开,浏览所有版本CAD文件,并自动识别CAD文件版本。-View/edit CAD graphic controls, support for open, browse all versions of CAD files and automatic recognition of CAD file versions.
- 2022-05-20 12:28:03下载
- 积分:1
-
Check the computer CPU serial number, MAC address of network card, motherboard B...
取电脑CPU序列号、网卡MAC地址、主板BIOS、操作系统序列号的Delphi控件-Check the computer CPU serial number, MAC address of network card, motherboard BIOS, operating system, serial number of the Delphi Controls
- 2022-08-04 00:10:18下载
- 积分:1
-
用DELPHI编写的一个类似资源管理器的小工具,能实现文件建立、修改、访问时间的修改...
用DELPHI编写的一个类似资源管理器的小工具,能实现文件建立、修改、访问时间的修改-DELPHI written with a similar resource manager gadget, to achieve document creation, modification, access time changes! ! ! ! !
- 2022-07-09 17:16:24下载
- 积分: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
-
report system. Rar
report最新报表系统.rar-report system. Rar
- 2022-09-04 17:55:03下载
- 积分:1
-
这个文件示例展示如何在Delphi使用UDP聊天clintserver
this file sample in delphi show how to use udp for chating clintserver
- 2022-04-10 12:26:03下载
- 积分:1