-
To explain the basics of databases and a variety of techniques and methods of op...
数据库的基础知识讲解和各种数据库的操作技巧和方法应用-To explain the basics of databases and a variety of techniques and methods of operation of the database application
- 2022-05-26 10:48:43下载
- 积分:1
-
这是用DELPHI做的一个词典 可以自己添加的哦 你运行后会在你的C盘来添加两个文本来保存你的词...
这是用DELPHI做的一个词典 可以自己添加的哦 你运行后会在你的C盘来添加两个文本来保存你的词 -This is done by DELPHI can add a dictionary of Oh will you run on your C disk to add the two texts to save your word
- 2022-06-29 01:22:04下载
- 积分:1
-
这是一个DELPHI编写的万年历小软件里面包含了农历,这也是没有使用任何第三方空间的DELPHI 2007版编写,整理了很多东西,界面也很漂亮。欢迎使用。...
这是一个DELPHI编写的万年历小软件里面包含了农历,这也是没有使用任何第三方空间的DELPHI 2007版编写,整理了很多东西,界面也很漂亮。欢迎使用。-This is a small calendar DELPHI prepared which contains the Lunar software, which is not using any third-party space DELPHI 2007 edition of the preparation, collating a lot of things, the interface is also very beautiful. Welcome.
- 2023-02-05 06:50:04下载
- 积分:1
-
学习DELPHI的remobject4
目前我正在学习,有一些问题还没有搞清楚,这是我的第一个学历程序,很多是系统自动生成的...
学习DELPHI的remobject4
目前我正在学习,有一些问题还没有搞清楚,这是我的第一个学历程序,很多是系统自动生成的-DELPHI study of remobject4 I am currently learning, some problems have yet to figure out, this is my first qualification procedures, many of them are automatically generated
- 2023-04-29 06:25:02下载
- 积分:1
-
一个异常处理的类
一个异常处理的类-an unusual type of
- 2022-02-13 17:34:40下载
- 积分: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
-
Proficient OCX project framework. Txt, detailed introduction delphi working envi...
精通OCX工程构架.txt,详细介绍delphi工作环境下,制作ocx控件的方法。-Proficient OCX project framework. Txt, detailed introduction delphi working environment, production ocx control method.
- 2022-02-03 03:54:08下载
- 积分:1
-
我写的DELPHI多线程例子,供想学多线程的程序员对比。
我写的DELPHI多线程例子,供想学多线程的程序员对比。-I wrote the DELPHI examples of multi-threaded for multi-threaded, like the contrast of the programmers.
- 2022-01-27 20:47:55下载
- 积分:1
-
Delphi功能强的DBGRID构件,支持钱币网格,从DBGRIDEH中继承.比速达的网格构件功能更强大....
Delphi功能强的DBGRID构件,支持钱币网格,从DBGRIDEH中继承.比速达的网格构件功能更强大.-DBGrid Delphi powerful component to support the coin grid, inherited from DBGRIDEH. Tatsu than speed grid more powerful components.
- 2022-10-09 08:10:02下载
- 积分:1
-
advance web browser sample in delphi programming
advance web browser sample in delphi programming
- 2023-05-27 11:10:03下载
- 积分:1