-
演示复制、排序、口、过滤、查询、打印、压缩重建…
示范复制、排序、输出、过滤、查询、打印、压缩重整 ( Pack )、取得字段及索引信息的范例程序-demonstration copy, sort, export, filtering, query, print, compressed restructuring (Pack), to get field and index information model procedures
- 2022-11-01 12:40:03下载
- 积分:1
-
vhdl tutorial includes good problems with solutions
vhdl tutorial includes good problems with solutions
- 2022-02-03 09:09:24下载
- 积分:1
-
使用IntraWeb开发Web网站
在deplhi开发平台下,利用intraweb组件开发网站的案例。-Use intraweb web site development
- 2023-01-18 23:05:04下载
- 积分:1
-
一个后成PDF文件的控件
一个后成PDF文件的控件-into a PDF document control
- 2022-01-25 17:50:32下载
- 积分:1
-
delphi 考勤系统 没事做写的 在其他地方也能找到
delphi 考勤系统 没事做写的 在其他地方也能找到-delphi check on work attendance system
- 2022-03-06 04:32:56下载
- 积分:1
-
most directly in the code and Delphi6 Delphi7 operating environment. Some involv...
多数代码可以直接在Delphi6和Delphi7环境下运行。部分涉及.NET技术内容的代码,需要在Delphi 7上安装Borland .NET Complier for Delphi编译器方可编译执行。Borland已经正式推出Delphi 8 for .NET,所以本书范例中部分内容可能与D8最终版本不符。-most directly in the code and Delphi6 Delphi7 operating environment. Some involved.NET technology content of the code, the need to install Delphi 7 Borland.NET Complier for Delphi compiler can compile implementation. Borland has officially launched for Delphi 8.NET, the book example might be part of the final version D8 inconsistent.
- 2022-05-06 04:12:08下载
- 积分:1
-
这是一个PC机串口通信控制软件
开发环境:基于window xp的delphi 7.0平台
开发语言:pascal语言...
这是一个PC机串口通信控制软件
开发环境:基于window xp的delphi 7.0平台
开发语言:pascal语言-This is a serial communication PC-control software development environment: window xp based on the delphi 7.0 platform development language: pascal language
- 2022-03-12 07:25:41下载
- 积分: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
-
我上载的资料是通过使用DELPHI为开发工具,来编程设计,
我上载的资料是通过使用DELPHI为开发工具,来编程设计,-I uploaded the information is through the use of the Delphi development tools to program design,
- 2022-06-21 12:53:15下载
- 积分:1
-
帮助分析两个文本文件不同之处的一个小程序,很好用。有源码...
帮助分析两个文本文件不同之处的一个小程序,很好用。有源码-To help analyze differences between two text files in a small program, it just works. There Source
- 2022-09-16 04:20:02下载
- 积分:1