ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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......
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
Menu management functions
List of functions for managing 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....
AAFChangeCaption (Function)
Customizes the text of a menu option for context menus corresponding to an AAF (Automatic Application Feature).
Spreadsheet control in a report
The spreadsheet is one of the most often used business tools. You have the ability to create reports that print the data found in a spreadsheet....
20. Managing suggestions and incidents
Managing suggestions and incidents...
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)......
AAF: Context menu of Image controls
A context menu is available for Image controls......
"?" menu
WINDEV proposes a help menu adapted to your applications......
How to create a menu?
Mini preview window
When printing a report through programming or using iPrint, it is now possible to request the use of a mini preview instead of the traditional preview....
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......
Feedback component
The Feedback component is a component provided with WINDEV......
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
MenuSelectMinus (Function)
Disables (grays out) a menu option (popup menu or drop-down menu).
MenuDelete (Function)
Deletes a menu or a menu option.
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu......
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).
MenuMark (Function)
Positions the checkmark in front of the menu option (popup menu or drop-down menu).
<Menu>.Delete (Function)
Deletes a menu or a menu option.
MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (popup menu or drop-down menu).
1
2
3
4
5
6
119
>