-
20040918_1034_隐藏任务栏
20040918_1034_隐藏任务栏-20040918_1034_ hidden task bar
- 2022-07-04 12:04:55下载
- 积分:1
-
delphi下对PHP进行二次开发的接口控件,版本6.2 PHP4Delphi is a Delphi interface to PHP for Delphi...
delphi下对PHP进行二次开发的接口控件,版本6.2 PHP4Delphi is a Delphi interface to PHP for Delphi 5, 6, 7, Delphi 2005 and Delphi 2006,支持PHP至5.1.2-delphi right under the Second PHP Development Interface Controls Version 6.2 PHP4Delphi Delphi is a PHP interface to az r Delphi 5, 6, 7, Delphi 2005 and Delphi 2006, to support PHP 5.1.2
- 2022-03-23 13:00:18下载
- 积分:1
-
用delphi语言实现运筹学穷举法求0
用delphi语言实现运筹学穷举法求0-1规划程序-used language tacticians Method 0-1 exhaustive planning process
- 2022-03-17 17:47:07下载
- 积分: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
-
转发一个用Delphi7编写的网络即时通讯示例
转发一个用Delphi7编写的网络即时通讯示例-Forwarding a network using Delphi7 prepared sample instant messaging
- 2022-02-04 02:55:11下载
- 积分:1
-
no need move mouse, capture screen text
已经修改的屏幕抓词代码,可以自动获取屏幕制定位置的文本。-no need move mouse, capture screen text
- 2022-03-23 18:49:42下载
- 积分:1
-
Volume Control 如何实现静音与声道控制
Volume Control 如何实现静音与声道控制-Volume Control how to mute and solo controls
- 2023-05-02 11:25: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
-
一个网络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
-
demo of the comm.
demo for comm. delphi example of the project for testing com programm.-demo of the comm.
- 2022-02-12 10:46:03下载
- 积分:1