-
good lecture about designing
good lecture about designing
- 2022-02-05 01:30:19下载
- 积分: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
-
USE, the Unicode Syntax Edit is an edit control for Delphi, with syntax highligh...
USE, the Unicode Syntax Edit is an edit control for Delphi, with syntax highlighting and WideString/Unicode support.
This edit control comes with highlighter classes for Delphi, C/C++, HTML, SQL and others.
- 2022-09-30 02:50:03下载
- 积分:1
-
SPcomm
Spcomm控件,可用于Delphi程序中的通讯功能-spcomm
- 2022-03-30 08:04:33下载
- 积分:1
-
我们delphi课的一个小作业......做一个获取当前时间
我们delphi课的一个小作业......做一个获取当前时间-we delphi lesson of a small operation ...... do an acquisition current time
- 2022-03-15 04:47:57下载
- 积分:1
-
20040916_1554_创建动画图标
20040916_1554_创建动画图标-20040916_1554_ create animation icon
- 2023-02-01 07:30:03下载
- 积分:1
-
A rich edit control is a window in which the user can enter and edit text. The t...
A rich edit control is a window in which the user can enter and edit text. The text can be assigned character and paragraph formatting, and can include embedded OLE objects. Rich edit controls provide a programming interface for formatting text.
- 2022-01-25 19:21:12下载
- 积分:1
-
机房管理系统源代码2006
机房管理系统源代码2006-7-8制作的非常实用-room management system source code 2006-7-8 produced by the very practical
- 2022-01-25 17:29:28下载
- 积分:1
-
Gobang source, very classic game, it can be considered a friend DELPHI beginner...
五子棋源码,非常经典的游戏,也算是初学DELPHI的朋友必须了解的东西,可以加强逻辑思维,提高编程的严密性-Gobang source, very classic game, it can be considered a friend DELPHI beginner needs to know things, can enhance critical thinking, improve the tightness of Programming
- 2023-05-17 09:50:04下载
- 积分:1