BOOL pascal RemoveMenu(HMENU hMenu, WORD idChgItem, WORD flags) RemoveMenu() is the same as DeleteMenu(), except that RemoveMenu() does not destroy the menu we are removing. This menu can be re-used at a later time, providing that you have stored its handle somewhere.