TcxCustomTabControl.Tabs Property
In This Article
Returns the collection of tabs displayed by the control.
#Declaration
Delphi
property Tabs: TcxTabs read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
This property is obsolete; use the control’s Properties.Tabs property instead.
See Also