ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The "Context-sensitive code view" pane
The "Context-sensitive code view" pane allows you to view and edit the code of the element (window, page, report, control, etc....
MenuClone (Function)
Clones a menu or a menu option as well as the associated code.
<Menu>.Clone (Function)
Clones a menu or a menu option as well as the associated code.
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 of TimeLine controls
By default, TimeLine controls contain a context menu....
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
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 with each menu option......
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
The Context Menu control (WEBDEV)
Context menus are often used in websites......
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
Code editor options
A series of options allows you to customize and take full advantage of the code editor......
AAF: Context menu of Image controls
A context menu is available for Image controls......
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu......
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
AAF: Expanding or collapsing a tree structure (Table or TreeView Table control)
The TreeView and TreeView Table controls give the end user several options via the context menu......
The "Code" pane
The "Code" pane is used to handle the procedures (local and global procedures) and the classes found in the current project ("Global procedures", "Local procedures" and "Classes" options)......
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
Handling menu options programmatically
The menu options can be handled......
Printing the content of a Spreadsheet control (AAF)
Spreadsheet controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
Printing the content of a TreeView Table (AAF)
TreeView Table controls include an automatic context menu that allows users to perform multiple actions on the data displayed in the control......
How to create a menu?