-
Can switch from time to time machine,in order to achieve automatic standby, etc.
可以定时开关机,放歌,以实现自动待机,关机,重启等-Can switch from time to time machine,in order to achieve automatic standby, etc.
- 2022-06-14 11:11:42下载
- 积分:1
-
jssm的原代码,用delphi做的,喜欢石器时代的朋友可以研究一下...
jssm的原代码,用delphi做的,喜欢石器时代的朋友可以研究一下-jssm the original code, using delphi to do, like the Stone Age friends can look at
- 2022-01-26 02:38:41下载
- 积分:1
-
您的旧的
Menu for your old delphi
- 2022-06-11 15:04:02下载
- 积分:1
-
能够计算复数 (Complex) 的单元 ( 1.0 版,附源码) 。 作者 : Peter Thvrnqvist...
能够计算复数 (Complex) 的单元 ( 1.0 版,附源码) 。 作者 : Peter Thvrnqvist -to calculate the plural (Complex) Module (Version 1.0, with source). Author : Peter Thvrnqvist
- 2022-02-15 00:31:03下载
- 积分:1
-
查找相关的DELPLI的数据信息,是一个开发软件的好帮手
查找相关的DELPLI的数据信息,是一个开发软件的好帮手-DELPLI related to the search of data, software development is a good helper
- 2022-03-04 23:38:05下载
- 积分: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
-
老年人大学的学籍管理,主要是学费收取,用到了一些第三方控件。...
老年人大学的学籍管理,主要是学费收取,用到了一些第三方控件。-University of older school management, mainly to collect tuition fees, to use some third-party control.
- 2022-11-09 09:40:04下载
- 积分:1
-
物资管理系统,数据库加delph编成;物资管理系统,数据库加delph编成...
物资管理系统,数据库加delph编成;物资管理系统,数据库加delph编成-Materials management systems, databases delph into Canada materials management systems, databases plus delph into
- 2022-05-28 17:15:18下载
- 积分:1
-
一些小程序
一些小程序-some small programs!
- 2022-03-11 01:00:32下载
- 积分:1
-
sqldirect构件库是一个光
SQLDirect Component Library is a light-weight Borland Database Engine replacement for Borland Delphi v.4 - 9(2005) and C++Builder v.4 - 6. It uses the native application programming interfaces to access to the following SQL-servers: * Centura (formerly, Gupta) SQLBase Server * IBM DB2 Universal Database * Informix Server * Interbase/Firebird Server * Microsoft SQL Server * MySQL Server * Oracle Database Server * PostgreSQL Server * Sybase Adaptive Server Enterprise and Adaptive Server Anywhere * ODBC datasources * OLEDB datasources-SQLDirect Component Library is a light-weight Borland Database Engine replacement for Borland Delphi v.4- 9(2005) and C++Builder v.4- 6. It uses the native application programming interfaces to access to the following SQL-servers:* Centura (formerly, Gupta) SQLBase Server* IBM DB2 Universal Database* Informix Server* Interbase/Firebird Server* Microsoft SQL Server* MySQL Server* Oracle Database Server* PostgreSQL Server* Sybase Adaptive Server Enterprise and
- 2022-02-20 23:15:17下载
- 积分:1