-
基于Internet的利用IIS实现系统的自动更新程序
基于Internet的利用IIS实现系统的自动更新程序-Based on Internet use IIS realize the system automatically updates
- 2022-04-25 17:21:46下载
- 积分:1
-
WAV录音,你可以随时记录,随时暂停,继续记录,…
WAV录音机,可以时刻录音,时刻暂停,继续录音,功能比较齐全-WAV recorder, you can always recording, always suspended, to continue recording, features relatively complete
- 2022-06-14 22:35:24下载
- 积分:1
-
Delphi实现FTP服务器读取,下载INI信息文件,读取NIN信息配置SQL,连接SQL并显示SQL数据...
Delphi实现FTP服务器读取,下载INI信息文件,读取NIN信息配置SQL,连接SQL并显示SQL数据-Delphi realize FTP server, download INI file reading, read the NIN information, information configuration SQL data and SQL SQL
- 2022-03-20 09:30:33下载
- 积分:1
-
Invoicing Invoicing management software management software management software...
进销存管理软件 进销存管理软件 -Invoicing Invoicing management software management software management software Invoicing Invoicing management software
- 2022-03-15 16:49:05下载
- 积分:1
-
Delphi技术手册源代码,用来学习的很好的源码,和手册配套使用....
Delphi技术手册源代码,用来学习的很好的源码,和手册配套使用.-Delphi technical manual source code used to study the source of good, and the use of manual matching.
- 2022-06-14 18:36:13下载
- 积分:1
-
png 图像用image打开 png 图像用image打开
png 图像用image打开 png 图像用image打开-image open png picture
- 2022-09-18 01:55:02下载
- 积分:1
-
Delphi编程练习:从数据库中读取JPEG图片,插入到Excel文档单元格中,并可自动改变图片大小...
Delphi编程练习:从数据库中读取JPEG图片,插入到Excel文档单元格中,并可自动改变图片大小-Delphi Programming practice: from the database to read JPEG images, insert into cell Excel documents, and automatically change the picture size
- 2022-02-01 21:35:21下载
- 积分: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
-
Ehlib是一个很好的
Ehlib 是著名的数据库连接控制,版本为4.5.62,DBgrid增强VCL控件;支持多表头,多固定列,按表头排序,支持合计列,并支持直接打印。可以和PB的ataWindow媲美。
本版本含完整源代码,支持以下 IDE:
Delphi 5,6,7,2005
C++Builder 5,6
BDS 2006 (Delphi 2006, C++Builder 2006)
Delphi 2007
RAD Studio 2009 (Delphi 2009, C++Builder 2009)
Embarcadero RAD Studio 2010 (Delphi 2010, C++Builder 2010)
本人已在Delphi 2010中运行通过,在本人编制的进销存软件中应用完全正常。
-Ehlib is a well-known database connection control, version 4.5.62, DBgrid enhanced VCL controls support multi-header, multi-fixed columns, according to the table header to sort, support total columns, and support for direct printing. PB can be comparable to the ataWindow. This version contains the full source code, to support the following IDE: Delphi 5,6,7,2005 C++ Builder 5,6 BDS 2006 (Delphi 2006, C++ Builder 2006) Delphi 2007 RAD Studio 2009 (Delphi 2009, C++ Builder 2009) Embarcadero RAD Studio 2010 (Delphi 2010, C++ Builder 2010) I have run in the Delphi 2010 is enacted, I prepared Invoicing software application c
- 2023-06-07 22:15:02下载
- 积分:1
-
至于这小软件的用途,就是把图片放在桌面上的一个区域,当贴画用吧。
开发环境:WINXPSP2+DELPHI7+CNPACK组件包(用了它一个文件夹选择...
至于这小软件的用途,就是把图片放在桌面上的一个区域,当贴画用吧。
开发环境:WINXPSP2+DELPHI7+CNPACK组件包(用了它一个文件夹选择框)+GraphicEx组件包(用了它对PNG和GIF的支持)-As for the small software applications, is that picture on the table of a regional, when posters with it. Development environment : WINXPSP2 DELPHI7 CNPACK kits (with it a folder selection box) Gra phicEx kits (with its PNG and GIF support)
- 2022-01-29 03:15:34下载
- 积分:1