Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTabs Class

A collection of tabs in the tab control.

#Declaration

Delphi
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

See Also