PDA

View Full Version : invisible parent control


Nicknack
10-03-2009, 10:17 PM
is there any invisible control which I can use only for management function? I tried a simple PControl, but once I attach a child to it, the child won't be visible anymore. this is my temporary solution, a panel which doesn't draw itself:
#class PInv inherit PPanel
proc Paint
end;
#endclass
any other ideas?