Der schöne Günther 206 Posted May 24 Vcl.ComCtrls.TTabSheet.TabVisible - RAD Studio API Documentation (embarcadero.com) 1 Share this post Link to post
Mike Torrettinni 174 Posted May 24 (edited) Each TabSheet has a TabVisible property, if you set it to False it will hide that tab. To hide/show a TabSheet there is Visible property. I see that linked documentation in 1 post up is working now. Still wanted to point out the 2 similarly named properties, they could choose better naming. Edited May 24 by Mike Torrettinni 1 Share this post Link to post
Lajos Juhász 126 Posted May 24 In D11 you should check out also TCardPanel its made to replace that hack with TPageControl. Be aware it's not perfect yet will take a couple of versions to remove the bugs. 1 Share this post Link to post
abdellahmehdi 0 Posted May 24 Just now, Lajos Juhász said: In D11 you should check out also TCardPanel its made to replace that hack with TPageControl. Be aware it's not perfect yet will take a couple of versions to remove the bugs. Thank you this is what I was looking for Share this post Link to post