Back to Devexpress

TcxTab Class

vcl-cxpc-e80612c3.md

latest1.4 KB
Original Source

TcxTab Class

An individual tab within the TcxTabControl control.

Declaration

delphi
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.

Implements

IInterface

IdxAdornerTargetElement

Inheritance

TObject TPersistent TcxTab

See Also

TcxTab Members

cxPC Unit