ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing main window menus
A main menu is necessarily associated with a window......
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page....
MenuInsertSeparator (Function)
Inserts a separator into a menu.
MenuAddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens...
HsMenu,Name (External language)
Adds a menu into the window that is opened.
HsMenu,Label (Function)
Modifies the caption of a menu option.
Message (Property)
or with a menu option (in a window). Modify the help message associated with a control or with 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.
grMenu (Function)
Defines the type of context menu displayed by a chart.
WinSlidingVisible (Function)
Displays or hides a sliding window (sliding menu).
Manipulating the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
1
3
4
5
6
7
77
>