TcxTabs.VisibleTabs Property
Provides indexed access to visible tabs.
Declaration
property VisibleTabs[TabVisibleIndex: Integer]: TcxTab read;
Property Value
Type |
---|
TcxTab |
Remarks
Use the VisibleTabs property to access the tab which is currently visible within the tab control using the zero-based index which is specified by the TabVisibleIndex parameter. If the TabVisibleIndex parameter’s value is negative or greater than the last available index, an error is raised. The last available index is always one less than the total number of visible tabs which is accessible via the VisibleTabsCount property.
See Also