TcxCustomTabControl.TabIndex Property
In This Article
Specifies the selected tab index.
#Declaration
Delphi
property TabIndex: Integer read; write;
#Property Value
Type |
---|
Integer |
#Remarks
This property is obsolete; use the control’s Properties.TabIndex property instead.
See Also