ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Context Menu control (WEBDEV)
Context menus are often used in websites......
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......
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
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....
Context menu of TimeLine controls
By default, TimeLine controls contain a context menu....
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......
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......
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......
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)......
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......
AAF: Context menu of Image controls
A context menu is available for Image controls......
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......
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
Handling Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls programmatically......
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
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....
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
Handling menu options programmatically
The menu options can be handled......
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......