TdxRibbonTabGroups.Items Property
In This Article
Provides indexed access to the tab group at the position specified by the zero-based Index parameter.
#Declaration
Delphi
property Items[Index: Integer]: TdxRibbonTabGroup read; write; default;
#Property Value
Type |
---|
Tdx |
#Remarks
Use the Items property to obtain a reference to the group by its index in the collection.
See Also