-
带图标的提示栏(Hint窗口)
带图标的提示栏(Hint窗口)-icon with tips column (Hint window)
- 2022-03-22 02:17:53下载
- 积分:1
-
TAPI for Delphi (telephony api)
TAPI for Delphi (telephony api)
- 2023-08-03 12:05:03下载
- 积分:1
-
自动适应简繁体的TBitbtn按钮,并有类似XP风格的外观
自动适应简繁体的TBitbtn按钮,并有类似XP风格的外观-Automatically adapt to the simplified and traditional TBitbtn button, and a similar appearance of XP-style
- 2022-03-22 00:02:17下载
- 积分:1
-
注册/反注册OCX,DLL的例子
注册/反注册OCX,DLL的例子-registration/anti-registered OCX, DLL example
- 2022-10-22 04:25:04下载
- 积分: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
-
良好的工业控制,非常好
作工控的好控件,很好看-good for the Industrial Controls, very good
- 2022-01-27 21:23:45下载
- 积分:1
-
DVR
windows 下 delphi视频采集
可实现播放,采集等-DVR
- 2022-05-04 23:10:12下载
- 积分:1
-
imitate Windows interface
模仿WindowsXP界面-imitate Windows interface
- 2022-04-30 14:00:58下载
- 积分:1
-
一个用delphi+delphiX写的贪吃蛇程序,支持存储进度,欢迎下载,修改。
一个用delphi+delphiX写的贪吃蛇程序,支持存储进度,欢迎下载,修改。-A used delphi+ DelphiX Snake written procedures, to support the storage progress are welcome to download, modify.
- 2022-11-01 11:15:03下载
- 积分:1
-
Is an office system that can realize financial management and staff mobility
是个办公系统,可以实现财务上的管理和人员的流动-Is an office system that can realize financial management and staff mobility
- 2022-02-03 12:46:56下载
- 积分:1