Ok, Now I see that it works like this:
TTabControl (TCustomControl) -> TCustomTabControl -> other client controls TCustomTabControl has the lowest Z-order, so it is always bellow other controls. So, it works fine except for two issues: 1> It has a wrong class hierarchy 2> Tabs.Objects doesn't work One thing however. The Delphi docs don't say that Tabs.Objects should contain a list of all objects visible for a given tab. http://docs.embarcadero.com/products/rad_studio/delphiAndcpp2009/HelpUpdate2/EN/html/delphivclwin32/ComCtrls_TTabControl_Tabs.html -- Felipe Monteiro de Carvalho -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
