RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTabSet Class

The TTabSet component presents horizontal tabs users can click to initiate actions.

Pascal
TTabSet = class(TCustomControl);
C++
class TTabSet : public TCustomControl;

Tab set controls are commonly used to display tabbed pages within a dialog box. TTabSet is provided for backward compatibility. Use TTabControl component in 32-bit Windows applications. 

You create a set of tabs for the tab set control when you specify a list of strings as the value of the Tabs property. One tab is created for each string.  

To determine which tab is currently selected or to use code to select a tab, use the TabIndex property. To find out which tab is the first visible tab in the tab set control or to make a tab the first visible tab, use the FirstIndex property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!