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.Tabs Property

Provides indexed access to tabs.

#Declaration

Delphi
property Tabs[TabIndex: Integer]: TcxTab read; write; default;

#Property Value

Type
TcxTab

#Remarks

Use the Tabs property to obtain the TcxTab object representing the specified tab. Tabs are specified by their indexes within the collection via the Index parameter. Indexes are zero-based. If the Index parameter value is negative or greater than the last available index, an error is raised. The last available index is always one less than the Count property value.

See Also