RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMainMenu.Unmerge Method

Reverses the merging of two menus in a non-MDI application.

Pascal
procedure Unmerge(Menu: TMainMenu);
C++
__fastcall Unmerge(TMainMenu Menu);

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!