-
operation system homework
operation system homework -operation system homework
- 2023-07-04 15:25: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
-
Source with very useful software, not accounting for memory ~~~~~~~~~~~~~~~~~~~~...
非常好用的源码排列软件,不占内存-Source with very useful software, not accounting for memory ~~~~~~~~~~~~~~~~~~~~~~~~~
- 2022-02-20 08:15:57下载
- 积分:1
-
delphi图形编程实例.制作时钟,与日常用钟表类似.
delphi图形编程实例.制作时钟,与日常用钟表类似.-delphi graphic programming examples. production of the clock, and daily use similar clocks.
- 2022-07-11 12:58:51下载
- 积分: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
-
远程桌面显示~~~~基于indy tcp组件的
远程桌面显示~~~~基于indy tcp组件的-Remote Desktop shows ~ ~ ~ ~ indy tcp component-based
- 2022-11-28 16:50:03下载
- 积分:1
-
FastReport2.51.FS.Delphi567.rar is DELP HI statements of a controller.
FastReport2.51.FS.Delphi567.rar是DELPHI中的一个报表控件.-FastReport2.51.FS.Delphi567.rar is DELP HI statements of a controller.
- 2022-10-15 12:55:03下载
- 积分:1
-
有关delphi的应用,所用数据库连接为sql
有关delphi的应用,所用数据库连接为sql-on the application used for database connectivity sql
- 2022-05-22 11:19:59下载
- 积分:1
-
Delphi Naro API WriteCD/DVD
Delphi Naro API WriteCD/DVD
- 2022-03-29 23:07:28下载
- 积分:1
-
基于应用程序的
基于Delphi 的informap 的应用-Based on the application of Delphi
- 2022-09-21 06:50:03下载
- 积分:1