-
lab_library_delphi_mathfunctions_general Delphi的数学函数库,等等。
Lab_Library_Delphi_MathFunctions_General DELPHI的数学函数库,很有用的-Lab_Library_Delphi_MathFunctions_General DELPHI mathematical function library, very useful
- 2022-02-01 15:55:44下载
- 积分:1
-
Delphi第三
delphi第三方控件皮肤控件.内有33种皮肤类型-delphi third-party control skin control. There are 33 kinds of skin types
- 2022-03-25 00:46:50下载
- 积分:1
-
连接odbc的类,通过配置odbcinfo.ini连接数据库.
连接odbc的类,通过配置odbcinfo.ini连接数据库.-connecting odbc class, through the allocation of odbcinfo.ini connect to the database.
- 2022-02-06 02:20:00下载
- 积分:1
-
delphi example delphi example delphi example
delphi example delphi example-delphi example delphi example delphi example
- 2022-01-26 06:32:50下载
- 积分: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
-
把封装部分FastReport的功能为dll.可以运用到其他开发环境。比如ASP.NET中。其中有相关的实例程序。...
把封装部分FastReport的功能为dll.可以运用到其他开发环境。比如ASP.NET中。其中有相关的实例程序。-put some of the functions of FastReport dll. Can be applied to other development environments. For example, ASP.NET. These are examples of relevant procedures.
- 2023-06-12 01:40:04下载
- 积分:1
-
DelphiX程序
DelphiX程序-DelphiX procedures aaaaaaaaaaaaaaaaaaaaaaaaaaa
- 2022-03-09 16:13:08下载
- 积分:1
-
这是一个间歇的小唾弃,希望大家希望,以后大家多学习,多多交流共同进步!...
这是一个间歇的小唾弃,希望大家希望,以后大家多学习,多多交流共同进步!-This is an intermittent small cast aside, I hope everyone hopes that after the U.S. and more learning, more exchange of common progress!
- 2022-03-07 20:46:14下载
- 积分:1
-
can download, but there are some small problems
不错啊,可以下载,但有一些小的问题-can download, but there are some small problems
- 2023-05-30 14:30:02下载
- 积分:1
-
通过编译,并能运行
通过编译,并能运行-compile, and run
- 2022-08-19 05:32:23下载
- 积分:1