-
时间设置,动态的,delphi编的,点击开始即从12点开始计时
时间设置,动态的,delphi编的,点击开始即从12点开始计时-clock,delphi。
- 2022-01-27 12:08:05下载
- 积分:1
-
solve fastreport3.18 version of the above characters problem
解决了fastreport3.18版本中上述字符的问题
- 2023-03-24 18:25:03下载
- 积分:1
-
Delphi 6 Installation instructions for the Registered Source Code version of VCL...
Delphi 6 Installation instructions for the Registered Source Code version of VCLZip:
- 2022-05-22 07:52:29下载
- 积分:1
-
FlashSave IE 插件源码,用于保存Flash
FlashSave IE 插件源码,用于保存Flash-Lip glass FlashSave IE Daitou tungsten, using quilt upset epurate Flash
- 2022-02-04 21:23:56下载
- 积分:1
-
SpiderContainer.rar DELPHI 控件
SpiderContainer.rar DELPHI 控件 -SpiderContainer.rar DELPHI Control
- 2023-03-22 15:50:03下载
- 积分:1
-
基于Bpl的delphi框架,简单易学,容易操作
基于Bpl的delphi框架,简单易学,容易操作-Bpl-based framework for the delphi, simple and easy to learn, easy to operate
- 2022-11-15 23:45:03下载
- 积分:1
-
Delphi界面控件,可以生成各种美观界面,并能提供源代码编辑.
Delphi界面控件,可以生成各种美观界面,并能提供源代码编辑.-Delphi interface controls, can generate a variety of beautiful interface, and can provide the source code editor.
- 2022-05-24 19:40:45下载
- 积分: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
-
良好的托盘图标控制3,4,5,6,7的应用
很好的用delphi控制托盘图标3.0,4.0,5.0,6.0,7.0的应用程序
- 2022-03-04 16:44:33下载
- 积分:1
-
开发环境:== EasyPHP 1.7
== Microsoft window 2000
== IE 6.0
== apache 1.3.27...
开发环境:== EasyPHP 1.7
== Microsoft window 2000
== IE 6.0
== apache 1.3.27
== php 4.3.3
-Development environment: == EasyPHP 1.7 == Microsoft window 2000 == IE 6.0 == apache 1.3.27 == php 4.3.3
- 2022-08-08 10:03:14下载
- 积分:1