TdxRibbonTabCollection.Items Property
In This Article
Provides indexed access to the Ribbon tab at the position specified by the zero-based Index parameter.
#Declaration
Delphi
property Items[Index: Integer]: TdxRibbonTab read; write; default;
#Property Value
Type |
---|
Tdx |
#Remarks
Note that tab positions in the collection can be changed if the collection’s Insert method was invoked. This method places the newly created tab at a specified position.
See Also