城
城市小猎人
Unregistered / Unconfirmed
GUEST, unregistred user!
要把以下几个控件做成一个新控件:
TGroupBox为容器,里面有TLabel,TSpeedButton,TMemo,TCheckBox,TEdit
但好像公共的继承父类是TControl,整个控件从TControl继承,安装后控件放在窗口上不能看到(同时构造器里的TGroupBox的parent不能为self)
要怎么样才能把这个控件完成?
TGroupBox为容器,里面有TLabel,TSpeedButton,TMemo,TCheckBox,TEdit
但好像公共的继承父类是TControl,整个控件从TControl继承,安装后控件放在窗口上不能看到(同时构造器里的TGroupBox的parent不能为self)
要怎么样才能把这个控件完成?