-
使用def开发的USB驱动源代码奉献给各位
使用def开发的USB驱动源代码奉献给各位-Def developed using the USB driver source code dedicated to you
- 2022-03-12 23:14:19下载
- 积分:1
-
this is my first program in delphi
this is my first program in delphi
- 2022-07-15 10:01:00下载
- 积分:1
-
20040918_1034_隐藏任务栏
20040918_1034_隐藏任务栏-20040918_1034_ hidden task bar
- 2022-07-04 12:04:55下载
- 积分:1
-
Print source, the freedom to design a print templates for printing, etc.
打印源码,可以自由设计打印模板,进行打印操作等-Print source, the freedom to design a print templates for printing, etc.
- 2022-08-19 15:16:34下载
- 积分: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
-
Shared memory using shared memory using shared memory using shared memory using...
共享内存使用共享内存使用共享内存使用共享内存使用共享内存使用共享内存使用共享内存使用共享内存
- 2023-05-31 12:35:03下载
- 积分:1
-
RS232C串行通信接口的应用。用于串口程序…
RS232C串行通讯接口的应用程序。程序中使用delphi的串口SPCOM控件请自行下载,下载后可以在DELPHI中以控件安装方式安装-RS232C serial communication interface applications. Procedures used in the serial delphi control at your own SPCOM download, download DELPHI can be installed in order to control the installation of
- 2022-02-01 03:57:37下载
- 积分:1
-
书名Delphi7应用编程150例 作者: 尹立民, 来源: 电子工业出版社。电子书格式为*.chm...
书名Delphi7应用编程150例 作者: 尹立民, 来源: 电子工业出版社。电子书格式为*.chm
-Title Delphi7 application programming 150 cases Author: Yin Min, Source: Electronic Industry Press. E-book format for the*. chm
- 2022-01-25 18:01:34下载
- 积分:1
-
The delphi text editor designed for the txt file editor designed to give the com...
文本编辑器的delphi设计,用于txt文件的编辑,给出了设计的完整程序-The delphi text editor designed for the txt file editor designed to give the complete procedure
- 2022-04-13 08:16:34下载
- 积分:1
-
Delphi高手突破,论述如何在delphi中使用面向对象编程方法,构建设计良好的程序。...
Delphi高手突破,论述如何在delphi中使用面向对象编程方法,构建设计良好的程序。-Delphi expert breakthrough on how to use delphi object-oriented programming methods, to build well-designed procedures.
- 2022-01-30 12:37:48下载
- 积分:1