Skip to main content

TcxTab Class

An individual tab within the TcxTabControl control.

Declaration

TcxTab = class(
    TPersistent,
    IInterface,
    IdxAdornerTargetElement
)

Remarks

The TcxTabControl gives you the ability to create and customize a number of tabs. Tabs are accessed via its Tabs property and can be created at design-time using the String List Editor. The Tabs property is represented by the TcxTabs class and stores a collection of TcxTab objects each representing an individual tab.

The TcxTab class provides a number of properties affecting the appearance and behavior of a tab.

Note

Do not destroy TcxTab objects directly. Call a tab collection’s Delete procedure instead.

Inheritance

See Also