Tabs.TTabSet
Contents |
Delphi Information
From Tabs.pas
TTabSet = class(TCustomControl)
Unit: Tabs
Type: class
Inherited Class Members: Tabs.TTabSet Members
Class Properties: Tabs.TTabSet Properties
Class Methods: Tabs.TTabSet Methods
Class Constructors & Destructors: Tabs.TTabSet Constructors
Class Events: Tabs.TTabSet Events
C++ Information
From Tabs.hpp
TTabSet = class(TCustomControl)
Unit: Tabs
Type: class
Inherited Class Members: Tabs.TTabSet Members
Class Properties: Tabs.TTabSet Properties
Class Methods: Tabs.TTabSet Methods
Class Constructors & Destructors: Tabs.TTabSet Constructors
Class Events: Tabs.TTabSet Events
Description
The TTabSet component presents horizontal tabs users can click to initiate actions.
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.