-
uRMF
delphi环境下的 Real Media文件格式类型的说明及操作单元(Real Media File Format, and its Operations, in Delphi)
- 2016-12-31 18:02:01下载
- 积分:1
-
Delphi-Thread-_Demo
1.Delphi中Thread基本应用演示;
2.多线程中传递参数演示(传递给线程4个参数,在线程处理中应用);(1.Delphi in Thread basic application demonstrates 2. Multiple threads pass parameters demo (4 parameters passed to the thread, the thread processing the application) )
- 2013-09-27 16:17:20下载
- 积分:1
-
Delphi-old-YT
YT Delphi 写狗工具源码,欢迎下载测试(YT Delpghi Write TOOL data)
- 2012-04-21 16:35:19下载
- 积分:1
-
FastReport 5.4.7 Pro
说明: FastReport 5.4.7 Pro
- 2019-04-29 20:36:23下载
- 积分: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
-
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
-
Picture111
一个能显示动态图片的小控件,拖出来就可以显示动态效果。(Can display a dynamic picture of the gizmo, dragged out you can display dynamic effects.)
- 2015-03-19 14:56:11下载
- 积分:1
-
delphiremotedesktopcontrol
Delphi远程桌面(远程控制)程序附源代码(Delphi remote desktop (remote control) program with source code)
- 2021-05-13 13:30:02下载
- 积分:1
-
createfastreport
动态创建Fastreport(Dynamic creation of FastReport)
- 2008-06-11 10:20:37下载
- 积分:1
-
treeview
Delphi7平台下对treeview的操作,实现从数据库里面读取数据,并显示相应的信息(Under Delphi7 platform operating on treeview achieve read data the inside, and displays the appropriate information)
- 2014-10-28 16:12:25下载
- 积分:1