TdxRibbonCustomBackstageView.DeleteTab(Integer) Method
In This Article
Removes the specified tab from the menu.
#Declaration
Delphi
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