主题:3个问题
问题一:property mylabelcaption:String read Flabelcaption write Setlabelcaption;中的setlabelcaption
是否只能有一个参数,格式必须为procedure SetLabelCaption(Value: String);?
如果我编写的控件里面有很多的label,而且procedure SetLabelCaption(Value: String);的代码完全一
样,能否实现代码重用?
procedure SetLabelCaption(Value: String);能否多传一个参数进去呢,比如sender: Tobject;
问题二:在属性对话框的event里面并没有OnDestroy事件,但是在数据模块类里面是有oncreate和ondestroy事件
的,如果直接在dfm文件直接添加OnDestroy = DateModuleDestroy,编译的时侯,delphi会提示ondestroy不
存在,那应该如何添加ondestroy事件呢?
问题三:我自定义了一个Tattendacepanel类,在form动态创建的时侯不显示,怎么回事?
visibel:=true;parent:=self都无效...
是否只能有一个参数,格式必须为procedure SetLabelCaption(Value: String);?
如果我编写的控件里面有很多的label,而且procedure SetLabelCaption(Value: String);的代码完全一
样,能否实现代码重用?
procedure SetLabelCaption(Value: String);能否多传一个参数进去呢,比如sender: Tobject;
问题二:在属性对话框的event里面并没有OnDestroy事件,但是在数据模块类里面是有oncreate和ondestroy事件
的,如果直接在dfm文件直接添加OnDestroy = DateModuleDestroy,编译的时侯,delphi会提示ondestroy不
存在,那应该如何添加ondestroy事件呢?
问题三:我自定义了一个Tattendacepanel类,在form动态创建的时侯不显示,怎么回事?
visibel:=true;parent:=self都无效...