Restores the specified menu definition that was placed on the stack with PUSH POPUP.
Syntax
POP POPUP MenuName
Arguments
MenuName
Specifies the name of the menu whose definition is pulled off the stack. The menu can be a user-defined menu created with DEFINE MENU or a Visual FoxPro system menu.
Remarks
When used with PUSH POPUP, POP POPUP lets you save a menu definition, make changes to the menu definition, and then restore the menu definition to its original state.
Menu definitions are placed on and removed from the stack in a last-in, first-out order.