Skip to main content

TcxTabSheet.TabIndex Property

Returns the tab’s visible index.

Declaration

property TabIndex: Integer read;

Property Value

Type
Integer

Remarks

Use the TabIndex property to obtain the corresponding tab‘s visible index. This property value is zero-based.

If the page is not visible, the TabIndex property returns -1. Invisible pages are not taken into account when calculating this property value. Thus, if the first page is invisible, the TabIndex property will return 0 for the second page in the collection.

See Also