-
Performance
使用Delphi开发高效的数据库应用系统(实例源码),从测试dbexpress、bde/idapi和dbexpress开始,观察dbexpress的执行行为,dbexpress和bde/idapi的性能比较,访问大量数据的速度,调整dbexpress访问数据的方式,调整packetrecords特性值,改变dbexpress处理数据的行为,delphi 7之后的tsimpledataset,实例包中的源码将向您展示上述知识。
(Use Delphi to develop efficient database system (example source code) from test dbExpress, bde/idapi start and dbexpress, to observe dbexpress execution behavior, dbexpress the bde/idapi performance comparison speed access to large amounts of data, adjust dbexpress access data way, to adjust packetrecords characteristic values change behavior of dbexpress processing data source delphi 7 tsimpledataset, Examples will show you the above knowledge.)
- 2012-09-12 00:25:23下载
- 积分:1
-
Delphi_Error
Delphi缺陷大全 Delphi缺陷大全 Delphi缺陷大全 Delphi缺陷大全 Delphi缺陷大全(Delphi Error Delphi Error Delphi Error Delphi Error )
- 2013-12-12 16:44:56下载
- 积分:1
-
fxtool
类似百叶窗图形做封面最佳选择,类似百叶窗图形(Similar to the blinds the best graphics on the cover, similar to shutters graphics)
- 2011-06-02 12:51:41下载
- 积分:1
-
DelphiAEDev
Delphi AE开发基本操作功能,包含放大、缩小、平移等常用工具
Delphi AE开发基本操作功能,包含放大、缩小、平移等常用工具(Delphi AE development of the basic operating functions, including zoom, pan and other commonly used tools for Delphi AE development of the basic operating functions, including zoom, pan and other commonly used tools for)
- 2010-02-27 14:16:32下载
- 积分:1
-
optorecord
delphi读取激光位移传感器optoNCDT ILD2300的数据,很实用。(Delphi read the laser displacement sensor ILD2300 optoNCDT data, it is practical.)
- 2015-11-07 10:26:12下载
- 积分:1
-
IOCompComponents
Conponents delphi XE3, XE5
- 2016-06-03 22:55:19下载
- 积分:1
-
Office_Control
OfficeControl控件源码是能与office实现无缝衔接并在delphi环境下开发关于word文件控制(OfficeControl control source is able to achieve seamless integration with office and word document on the development of controlled environment under delphi)
- 2016-11-22 22:04:33下载
- 积分:1
-
delphil-flashform
1,FlashWindow(Application.Handle, True) 让主程序在任务栏上的图标闪烁
2,FlashWindow(form.Handle, True) 让指定的form状态栏闪烁
3,对于在任务栏上没有图标的form,比如form2可以用下面这个过程模拟一下,
procedure CreateParams(var Params: TCreateParams) override
procedure TForm2.CreateParams(var Params: TCreateParams)
begin
inherited
Params.WndParent := 0 //此段代码的意思是使窗口显示在任务栏中
end
此时FlashWindow(form2.Handle, True) 让form2在任务栏上的图标就会闪烁
(delphil flashform)
- 2013-10-11 11:11:02下载
- 积分:1
-
messageInterface-
移动短信接口 (delphi 7 源码)(Mobile messaging interface (delphi 7 source))
- 2013-07-22 17:37:17下载
- 积分:1
-
filesharing
基于Delphi7的局域网文件共享软件源码
Windows的文件共享经常遇到不能正常或无法找到计算机的情况。文件共享还要设置共享属性及用户等,为简化局域网文件共享,本软件只要网络能连通,不需要任何设置就能文件共享。
使用点对点方式,不用服务器,只要在需要共享的电脑运行本程序及将要共享的文件或文件夹拖到共享区就可以。
(Delphi7 LAN-based file-sharing software source Windows file sharing is not often encountered in the normal or can not find a computer. File-sharing but also sharing of attributes and user settings and so on, to simplify file-sharing network, the software can be as long as network connectivity, does not require any set up file-sharing can be. The use of peer-to-peer manner without servers, as long as the need to share the computer running the program and want to share files or folders can be dragged share.)
- 2009-05-02 02:57:13下载
- 积分:1