ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Context Menu control events
A Contextual Menu control can be manipulated in WLanguage in an Page with the following...
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 of TimeLine controls
By default, TimeLine controls contain a context menu....
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
Automatic context menu for the Scheduler controls
Each Scheduler control found in a window proposes a menu to the user....
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
AAF: Context menu of Image controls
A context menu is available for Image controls......
Context menu of Organizer controls (AAF)
Each Organizer control found in a window proposes a menu to the user......
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
Handling Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls...
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select...
Context menu of Gantt Chart controls (AAF)
Each Gantt Chart control in a window has a default menu that is available to users......
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table...
MenuSelectPlus (Function)
Enables a menu option (popup menu or drop-down menu).
MenuInvisible (Function)
Makes a menu option invisible (popup menu or drop-down menu).
MenuSelectMinus (Function)
Disables (grays out) a menu option (popup menu or drop-down menu).
MenuMark (Function)
Positions the checkmark in front of the menu option (popup menu or drop-down menu).
MenuDelete (Function)
Deletes a menu or a menu option.
1
2
3
4
5
6
45
>