ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
22 results for: .menu
"?" menu
WINDEV proposes a help menu adapted to your applications......
Properties associated with a menu or with a menu option
Several WLanguage properties can be used on a menu found in a window or in a page......
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
Menu functions
List of functions for managing menus...
How to create a menu?
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
<Chart>.Menu (Function)
Defines the type of context menu displayed by a chart.
<Menu>.Add (Function)
Adds an existing popup menu to the main menu of the current window.
<Menu>.AddMenu (Function)
Adds a new menu to an existing drop-down or context menu of a window or page.
System popup menu
The system popup menus are managed by the system (Android, Windows, ......
<Menu>.AddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
<Menu>.AddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens...
<Menu>.AddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
<Menu>.AddSeparator (Function)
Adds a new separator in a menu (drop-down or context menu).
<Menu>.Clone (Function)
Clones a menu or a menu option as well as the associated code.
<Menu>.Exist (Function)
Indicates whether a menu option exists in a menu.
<Menu>.InsertMenu (Function)
Inserts a menu before another menu in a window.
<Menu>.InsertOption (Function)
Inserts a new option at a specific position.
<Menu>.InsertSeparator (Function)
Inserts a separator into a menu.
<Menu>.Delete (Function)
Deletes a menu or a menu option.
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......