delphi property read writer 如何使用
摘要:
type TMyClass = class(TObject) private FMyName: string; FMyAge: Integer; procedure SetAge(age: Integer); function GetAge(): Integer; published propert 阅读全文
posted @ 2017-09-23 22:37 癫狂编程 阅读(992) 评论(5) 推荐(0)