-
class-study
delphi中类的封装演示,从简单到复杂,包括简单类的使用,到方法重载,属性的使用,构造和析构函数等等。介绍类的封装,源码中还有详细说明,请仔细阅读。(delphi package in the class presentation, from simple to complex, including the use of a simple class to method overloading, the use of property, construction and destructor and so on. Introduced the class package, the source code also details, please read them carefully.)
- 2011-06-05 16:46:25下载
- 积分:1
-
Delphisetting
说明: Delphi环境快速设置程序-Delphi写的(Delphi environment quick setup program-written by Delphi)
- 2020-07-06 17:41:18下载
- 积分:1
-
7.1-Delphi数据库模糊查询功能的改进
本人上传的内容是有关DELPHI设计数据库的资料。运用DELPHI7.0来开发数据库,(I upload the contents of the Delphi design of information in the database. DELPHI7.0 used to develop the database,)
- 2005-04-07 20:49:41下载
- 积分:1
-
CS1.6
CS1.6 中文输入 (全屏 (CS1.6 Chinese input (full-screen)
- 2008-01-04 13:35:25下载
- 积分:1
-
tmp
delphi做的ReportMachine例程,工程初学者入门。(This is a Example for new users written by Delphi.)
- 2013-04-19 08:26:51下载
- 积分:1
-
05634
Delphi简单的系统控制子系统,编程学习源码,很好的参考资料。(Sub system Delphi control system simple, learning programming source code, a good reference.)
- 2014-01-03 12:41:48下载
- 积分:1
-
delphijson
说明: Delphi 解析json的方法,基于ISuperObject(Delphi parsing json method, based on ISuperObject)
- 2020-07-04 14:03:14下载
- 积分:1
-
6
Delphi附加数据库并保存连接参数信息,编程学习源码,很好的参考资料。(Delphi additional database connection parameters and save the information, learn programming source code, a good reference.)
- 2014-01-25 20:24:46下载
- 积分:1
-
Delphi_Analog_Clock
Delphi Source program, which shows an example of a simple analog clock
Author Mak-Karpov
- 2009-10-25 15:39:46下载
- 积分: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