Vcl.Menus.TMainMenu.Unmerge
Delphi
procedure Unmerge(Menu: TMainMenu);
C++
void __fastcall Unmerge(TMainMenu* Menu);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Vcl.Menus.pas Vcl.Menus.hpp |
Vcl.Menus | TMainMenu |
Description
Reverses the merging of two menus in a non-MDI application.
Call Unmerge to remove items from another main menu that were added using the Merge method. The Menu parameter is the merged menu whose items should be removed from the main menu.