摘要:
1、创建窗口对象 TForm1 = class(TForm) 2、创建列表 List : TList<TBase>; 3、创建列表元素 Base : TBase; 阅读全文
posted @ 2016-07-22 16:37
HiRong
阅读(457)
评论(0)
推荐(0)
【Profound__爱生活__诗意地栖息】C/C++ || Python || Linux || 单片机 || 嵌入式 || 机器视觉 |
|
摘要:
1、创建窗口对象 TForm1 = class(TForm) 2、创建列表 List : TList<TBase>; 3、创建列表元素 Base : TBase; 阅读全文
posted @ 2016-07-22 16:37
HiRong
阅读(457)
评论(0)
推荐(0)
摘要:
http://www.cnblogs.com/xunmengyoufeng/archive/2013/03/17/2964553.html Delphi中Owner和Parent的区别Owner为创建者,Parent为容器 他们的类型不同,Owner为TComponent(元件),Parent为TW 阅读全文
posted @ 2016-07-22 16:27
HiRong
阅读(487)
评论(0)
推荐(0)
|