ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Menu>.AddSeparator (Function)
Adds a new separator in a menu (drop-down or context menu).
<Menu>.AddMenu (Function)
Adds a new menu to an existing drop-down or context menu of a window or page.
<Chart>.Menu (Function)
Defines the type of context menu displayed by a chart.
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
<Menu>.InsertOption (Function)
Inserts a new option at a specific position.
Toolbar and menu of the SCM
menu ("SCM" from the main menu of the product used)......
<Menu>.InsertSeparator (Function)
Inserts a separator into a menu.
<Menu>.AddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
<Menu>.AddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......
Context menu of TimeLine controls
By default, TimeLine controls contain a context menu....
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
Handling menu options programmatically
The menu options can be handled......
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action...
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define...
The Context Menu control (WEBDEV)
Context menus are often used in websites......
Context Menu control events
A Contextual Menu control can be manipulated in WLanguage in an Page with the following...
Context Menu control properties
You can manipulate Context Menu controls in a page using the following WLanguage properties......
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
1
2
3
4
5
6
77
>