随笔分类 -  Delphi

Delphi学习资料
属性的自动完成
摘要:[代码] 阅读全文

posted @ 2009-11-12 13:06 jxgxy 阅读(208) 评论(0) 推荐(0)

参数默认值
摘要:[代码] 阅读全文

posted @ 2009-11-12 13:06 jxgxy 阅读(165) 评论(0) 推荐(0)

方法重载
摘要:[代码] 阅读全文

posted @ 2009-11-12 13:05 jxgxy 阅读(245) 评论(0) 推荐(0)

抽象类
摘要:[代码] 阅读全文

posted @ 2009-11-12 13:04 jxgxy 阅读(227) 评论(0) 推荐(0)

覆盖虚方法
摘要:[代码] 阅读全文

posted @ 2009-11-12 13:03 jxgxy 阅读(220) 评论(0) 推荐(0)

三十、详测 Generics Collections: TObjectList、TObjectQueue、TObjectStack
摘要:TObjectList<T>、TObjectQueue<T>、TObjectStack<T> 分别继承自:TList<T>、TQueue<T>、TStack<T>;它们是专门用于对象的列表, 都增加了一个 OwnsObjects 布尔属性, 决定对象会不会自动释放(这也通过 Create 的参数来决定)其他基本同它们的父类, ... 阅读全文

posted @ 2009-11-11 14:29 jxgxy 阅读(2225) 评论(0) 推荐(0)

二十九、详测 Generics Collections TDictionary(5): 多种 Create 手段
摘要:[代码] 阅读全文

posted @ 2009-11-11 14:28 jxgxy 阅读(1263) 评论(0) 推荐(0)

二十八、详测 Generics Collections TDictionary(4): OnKeyNotify、OnValueNotify
摘要:[代码] 阅读全文

posted @ 2009-11-11 14:27 jxgxy 阅读(647) 评论(0) 推荐(0)

二十七、详测 Generics Collections TDictionary(3): TPairEnumerator、TKeyEnumerator、TValueEnumerator、ExtractPair
摘要:[代码] 阅读全文

posted @ 2009-11-11 14:26 jxgxy 阅读(631) 评论(0) 推荐(0)

二十六、详测 Generics Collections TDictionary(2): ContainsKey、ContainsValue、AddOrSetValue、TryGetValue
摘要:[代码] 阅读全文

posted @ 2009-11-11 14:25 jxgxy 阅读(714) 评论(0) 推荐(0)

二十五、详测 Generics Collections TDictionary(1): Add、Items、Keys、Values、Remove
摘要:[代码] 阅读全文

posted @ 2009-11-10 11:14 jxgxy 阅读(925) 评论(0) 推荐(0)

二十四、详测 Generics Collections TStack(1): Push、Pop、Peek - 其他功能同 TQueue
摘要:[代码] 阅读全文

posted @ 2009-11-09 16:38 jxgxy 阅读(468) 评论(0) 推荐(0)

二十三、详测 Generics Collections TQueue (3): OnNotify、Extract
摘要:[代码] 阅读全文

posted @ 2009-11-05 14:54 jxgxy 阅读(385) 评论(0) 推荐(0)

二十二、详测 Generics Collections TQueue (2): Create、Count、Clear、TrimExcess
摘要:[代码] 阅读全文

posted @ 2009-11-05 14:52 jxgxy 阅读(444) 评论(0) 推荐(0)

二十一、详测 Generics Collections TQueue (1): Enqueue、Dequeue、Peek
摘要:[代码] 阅读全文

posted @ 2009-11-05 12:17 jxgxy 阅读(492) 评论(0) 推荐(0)

二十、详测 Generics Collections TList (11): Create
摘要:[代码] 阅读全文

posted @ 2009-11-05 12:06 jxgxy 阅读(481) 评论(0) 推荐(0)

十八、详测 Generics Collections TList (9): BinarySearch
摘要:[代码] 阅读全文

posted @ 2009-11-05 12:05 jxgxy 阅读(410) 评论(0) 推荐(0)

十九、详测 Generics Collections TList (10): OnNotify 事件
摘要:[代码] 阅读全文

posted @ 2009-11-05 12:05 jxgxy 阅读(316) 评论(0) 推荐(0)

十七、详测 Generics Collections TList (8): Sort
摘要:[代码] 阅读全文

posted @ 2009-11-05 12:02 jxgxy 阅读(509) 评论(0) 推荐(0)

十六、详测 Generics Collections TList (7): Items、Contains
摘要:[代码] 阅读全文

posted @ 2009-11-05 12:01 jxgxy 阅读(415) 评论(0) 推荐(0)

导航