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

TcxTabs.VisibleTabs Property

Provides indexed access to visible tabs.

#Declaration

Delphi
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