ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Menu functions
36 results
Adds an existing popup menu to the main menu of the current window.
Adds a new menu to an existing drop-down or context menu of a window or page.
Adds a new option after the last option of a drop-down or context menu.
Transforms a menu option of a page in order for this option to open a popup.
Adds a new separator in a menu (drop-down or context menu).
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
Clones a menu or a menu option as well as the associated code.
Deletes a menu or a menu option.
Indicates whether a menu option exists in a menu.
Inserts a menu before another menu in a window.
Inserts a new option at a specific position.
Inserts a separator into a menu.
List of constants used by the functions for managing menus.
List of functions for managing menus
List of functions for managing menus
Adds an existing popup menu into the main menu of the current window.
Adds a new menu to an existing drop-down or context menu of a window or page.
Adds a new option after the last option of a drop-down or context menu.
Transforms a menu option of a page in order for this option to open a popup.
Adds a new separator in a menu (drop-down or context menu).
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
Clones a menu or a menu option as well as the associated code.
Deletes a menu or a menu option.
Indicates whether a menu option exists in a menu.
Inserts a menu before another menu in a window.
Inserts a new option at a specific position.
Inserts a separator into a menu.
Makes a menu option invisible (popup menu or drop-down menu).
Usage example of the MenuIsMarked function
Used to find out whether a checkmark is displayed in front of a menu option (popup menu or drop-down menu).
Gets or changes the label of a menu option (context or drop-down menu).
Positions the checkmark in front of the menu option (popup menu or drop-down menu).
Disables (grays out) a menu option (popup menu or drop-down menu).
Enables a menu option (popup menu or drop-down menu).
Identifies the state of a menu option (context menu or drop-down menu): active, inactive or invisible.
Removes the checkmark displayed in front of the menu option (popup menu or drop-down menu).