TcxTab.VisibleIndex Property
Returns the tab’s visible index.
Declaration
property VisibleIndex: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Use the VisibleIndex property to determine the tab index in the visible tabs collection. Indexes are zero-based.
If the tab is invisible, the VisibleIndex property returns -1. Invisible tabs are not taken into account when calculating this property value. Thus, if the first tab is invisible, the VisibleIndex property will return 0 for the second tab in the collection.
See Also