TcxTabs Class
A collection of tabs in the tab control.
Declaration
TcxTabs = class(
TStrings
)
Remarks
The tab control allows you to create and manage a set of tabs. The collection of tabs is represented by the TcxTabs object and can be accessed via the Tabs property of the TcxTabControl object.
At design time, the collection of tabs is created using the String List Editor window, as displayed in the image below. The entered strings are assigned to tab captions.
At runtime, you can access each individual tab represented by the TcxTab object. Use the tab control’s Tabs and Tabs.VisibleTabs properties to access all the created and visible tabs, respectively.
Note
Do not create or destroy TcxTabs objects directly. Tab controls manage them automatically.
Inheritance
TObject
TPersistent
TStrings
TcxTabs
See Also