TcxCustomTabControl.HideTabs Property
In This Article
Specifies whether the tab panel is hidden.
#Declaration
Delphi
property HideTabs: Boolean read; write;
#Property Value
Type |
---|
Boolean |
#Remarks
This property is obsolete; use the control’s Properties.HideTabs property instead.
See Also