TcxTabs.Tabs Property
Provides indexed access to tabs.
Declaration
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