Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTabSheet.TabIndex Property

Returns the tab’s visible index.

#Declaration

Delphi
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