TdxRibbonCustomBackstageView.DeleteTab(Integer) Method
Removes the specified tab from the menu.
Declaration
procedure DeleteTab(AIndex: Integer);
Parameters
Name | Type |
---|---|
AIndex | Integer |
Remarks
Index specifies the tab’s position in the tabs collection.
To remove all tabs simultaneously, use the DeleteAllTabs method.
See Also