2017年9月23日

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)

Delphi 常用属性说明(超长)

摘要: Delphi组件的常用事件Onclick——当单击时触发这个事件中的代码Onchange——当改变该组件内容时触发其中的代码Oncreate——当创建时触发这个事件中的代码Onclose——当关闭的时候触发其中的代码OnKeyDown——当按下键盘上的键时触发该处代码OnKeyUp——当松开键盘上的 阅读全文

posted @ 2017-09-23 22:33 癫狂编程 阅读(710) 评论(0) 推荐(0)

导航

好的代码像粥一样,都是用时间熬出来的