liamlaurent
IS-IT--Management
Hi everyone,
I have a base form that I want all my other forms to inherit controls from (trying to cut down on design time). It has a page control a tool bar, a DBGrid and a few other controls. However when I set the other forms to inherit from it:
e.g
TfrmChemicals = class(TFrmBase)
the controls only appear at run time. This is gonna make it hard to place the other controls on the form that is inheriting TFrmBase's controls. Is there any way I could get them to appear at design time?
Liam
I have a base form that I want all my other forms to inherit controls from (trying to cut down on design time). It has a page control a tool bar, a DBGrid and a few other controls. However when I set the other forms to inherit from it:
e.g
TfrmChemicals = class(TFrmBase)
the controls only appear at run time. This is gonna make it hard to place the other controls on the form that is inheriting TFrmBase's controls. Is there any way I could get them to appear at design time?
Liam