Board index » delphi » Hiding components on a TFrame from the TFrame
Daniel Desjardins
![]() Delphi Developer |
Tue, 16 Nov 2004 04:57:29 GMT
Hiding components on a TFrame from the TFrame
Hi,
I have created a frame which I intend to use in many other forms but with some components of it hidden. What I tried to do is to add some published properties to the frame object. like: type implementation procedure TDataFra.SetAdvancedOnly(const Value: boolean); In theory it should hide the tab I do not want, but when I set the property Any help would be appreciated. Thanks in advance, Daniel Desjardins |