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