ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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......
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
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......
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......
Context menu of TreeView controls (AAF)
Each TreeView control in a window offers the user a context menu by default......
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......
Manipulating Segmented Button controls programmatically
WINDEV and WINDEV Mobile allow you to programmatically manipulate Segmented Button controls......
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
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......