Vcl.ComCtrls.TTabSheet.TabVisible
Delphi
property TabVisible: Boolean read FTabVisible write SetTabVisible default True;
C++
__property bool TabVisible = {read=FTabVisible, write=SetTabVisible, default=1};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TTabSheet |
Description
Specifies whether the tab of the TTabSheet object appears in its TPageControl.
Use TabVisible to temporarily remove a tab sheet from a page control. When TabVisible is false, the tab does not appear in the page control and its TabIndex property is -1. Setting TabVisible to true allows the user to see the tab of the tab sheet again.
See Also
Code Examples