TdxRibbonGalleryGroupItems.Insert(Integer) Method
Adds a new gallery item to the collection at the specified position.
Declaration
function Insert(Index: Integer): TdxRibbonGalleryGroupItem;
Parameters
Name | Type |
---|---|
Index | Integer |
Returns
Type |
---|
TdxRibbonGalleryGroupItem |
Remarks
This method returns a reference to the newly created gallery item.
Index specifies the item’s position in the collection.
See Also