TcxTab Class
In This Article
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 Tcx
#Inheritance
TObject
TPersistent
TcxTab
See Also