TdxRibbonTabCollection.Insert(Integer) Method
In This Article
Inserts a new tab in the tab collection at the position specified by the zero-based AIndex parameter.
#Declaration
Delphi
function Insert(AIndex: Integer): TdxRibbonTab;
#Parameters
Name | Type |
---|---|
AIndex | Integer |
#Returns
Type |
---|
Tdx |
#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