ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (popup menu or drop-down menu).
MenuState (Function)
Identifies the state of a menu option (context menu or drop-down menu): active, inactive...
MenuInsertMenu (Function)
Inserts a menu before another menu in a window.
MenuIsMarked (Function)
Used to find out whether a checkmark is displayed in front of a menu option (popup menu...
MenuExist (Function)
Indicates whether a menu option exists in a menu.
MenuClone (Function)
Clones a menu or a menu option as well as the associated code.
MenuAdd (Function)
Adds an existing popup menu into the main menu of the current window.
MenuLabel (Function)
Gets or changes the label of a menu option (context or drop-down menu).
MenuAddSeparator (Function)
Adds a new separator in a menu (drop-down or context menu).
EmulateMenu (Function)
Emulates the next menu that will be opened and automatically runs the menu option passed...
MenuAddMenu (Function)
Adds a new menu to an existing drop-down or context menu of a window or page.
CheckMarkStyle (Property)
The CheckMarkStyle property gets and sets the check icon of a menu option. This icon appears...
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page....
Managing main window menus
A main menu is necessarily associated with a window......
MenuAddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens...
MenuInsertSeparator (Function)
Inserts a separator into a menu.
Message (Property)
or with a menu option (in a window). Modify the help message associated with a control or with a menu option...
HsMenu,Name (External language)
Adds a menu into the window that is opened.
HsMenu,Label (Function)
Modifies the caption of a menu option.
HsMenu,Mark (External language)
Finds out whether a menu option is marked or not.
OpenMainMenu (Function)
Opens the main menu of the current window.
ControlContextMenu (Function)
Identifies the control on which the context menu was opened.
<Chart>.MenuOption (Function)
Modifies the text of an option in the context menu of a chart.
grMenuOption (Function)
Modifies the text of an option in the context menu of a chart.
WinSlidingVisible (Function)
Displays or hides a sliding window (sliding menu).
1
2
3
4
5
6
45
>