TcxCustomTabControlProperties.Tabs Property
In This Article
Returns the collection of tabs displayed by a tab control.
#Declaration
Delphi
property Tabs: TcxTabs read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Use the Tabs property to access properties of each individual tab (a TcxTab object) displayed by a tab control. At design time, you can use this property to specify the number of tabs and their captions via the String List Editor.
See Also