摘要: delphi 动态绑定代码都某个控件 TButton(self.FindComponent('Button16')).OnClick := TNotifyEvent(aMethod); 这个要强制转换, 改为rtti属性设置赋值。 阅读全文
posted @ 2017-04-08 22:39 lypzxy 阅读(420) 评论(0) 推荐(0) 编辑
摘要: delphi RTTI 四 获取类属性列表 GetPropList(btn1.ClassInfo, tkAny, PropList) PropCount := GetTypeData(btn1.ClassInfo).PropCount; 阅读全文
posted @ 2017-04-08 21:18 lypzxy 阅读(882) 评论(0) 推荐(0) 编辑