TdxRibbonTabCollection.Insert(Integer) Method
Inserts a new tab in the tab collection at the position specified by the zero-based AIndex parameter.
Declaration
function Insert(AIndex: Integer): TdxRibbonTab;
Parameters
| Name | Type |
|---|---|
| AIndex | Integer |
Returns
| Type |
|---|
| TdxRibbonTab |
Remarks
Once inserted, the new tab automatically appears in the specified position in the Ribbon.
The Insert method returns a reference to the newly created tab.
See Also