
Delphi Basics
文章平均质量分 55
HsuChong
这个作者很懒,什么都没留下…
展开
-
Examples of Inherited with and without explicit parent method names
The Inherited keyword is used to call the parent constructor or destructor method, as appropriate, for the current class. It is called at the start of a转载 2007-03-13 16:13:00 · 873 阅读 · 0 评论 -
Override:Directive Defines a method that replaces a virtual parent class method
Description The Override directive defines a class method as overriding the same named method in a parent class. For example, you might转载 2007-03-13 16:23:00 · 1004 阅读 · 0 评论 -
TAniImage
unit AniImage; {* | ================================================================================ * 软件名称:FHT GPS车辆监控管理系统 * 单元名称:AniImage * 单元作者:HsuChong@hotmail.com * 备 注: * 开发平台:PWin2003Standar原创 2007-03-13 17:27:00 · 913 阅读 · 0 评论 -
一个功能增强的Delphi TListView组件——TSmartListView
unit SmartListView; {* | ================================================================================ * 单元名称:TSmartListView v1.01 * 单元作者:HsuChong@hotmail.com * 备 注: * 开发平台:PWin2003Standard + De原创 2007-03-13 17:24:00 · 2301 阅读 · 0 评论 -
我的公共函数单元(二)(Delphi)
{ This unit was generated on Sun, 10 Dec 2006 09:45:52 +0000 by the code snippets database at www.delphidabbler.com. Check the site for updates. The unit is freeware and may be freely distribu转载 2007-03-13 17:51:00 · 4678 阅读 · 0 评论 -
FastStrings
//================================================== //All code herein is copyrighted by //Peter Morris //----- //No copying, alteration, or use is permitted without //prior permission from myself. //转载 2007-03-13 18:11:00 · 2049 阅读 · 0 评论 -
一种自动关闭对话框的简单方法
{------------------------------------------------------------------------------ 一种自动关闭对话框的简单方法 使用方法:打开对话框前调用 SetDlgAutoClose 参数1: 设定多长时间后关闭 参数2: 是否在对话框标题栏进行倒计时提示转载 2007-03-13 17:16:00 · 1444 阅读 · 0 评论 -
我的公共函数单元(Delphi)
原创 2007-03-13 17:44:00 · 2125 阅读 · 1 评论 -
Overload : Allows 2 or more routines to have the same name
Description The Overload directive allows you to have different versions of the same named function or procedure with different argumen转载 2007-03-13 16:28:00 · 896 阅读 · 0 评论