摘要:
delphi 动态绑定代码都某个控件 TButton(self.FindComponent('Button16')).OnClick := TNotifyEvent(aMethod); 这个要强制转换, 改为rtti属性设置赋值。 阅读全文
摘要:
delphi RTTI 四 获取类属性列表 GetPropList(btn1.ClassInfo, tkAny, PropList) PropCount := GetTypeData(btn1.ClassInfo).PropCount; 阅读全文