ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Option Description (Type of variable)
An Option Description variable is used to handle the characteristics of a combination option through programming.
<Menu>.AddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
MenuAddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
Advanced installer options
The setup wizard allows you to specify advanced options for the installer. These advanced options are used to: specify the options for managing the installer framework. specify the options for managing the UAC for the installer....
Automated tests: Emulation functions
List of automated tests: Emulation functions...
Strict monitoring of a project
Via the Project Management Hub, WINDEV, WEBDEV and WINDEV Mobile allow you to define the different actions required to create a project......
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
<Chart>.Tooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a Pie chart, column of a Column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....
Mobile User Groupware (Android and iOS)
WINDEV Mobile includes a User Groupware for Android and iOS applications......
CheckMarkStyle (Property)
The CheckMarkStyle property gets and sets the check icon of a menu option. This icon appears only if the menu option is checked.
grTooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a pie chart, column of a column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....
Retrieving the coordinates of a click in a clickable image
If the click action of the image is set to "Server call", you can get the click coordinates when the image is clicked in the browser......
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
Transparency of windows
WINDEV allows you to apply a transparency coefficient to the windows......
Options of the window editor
To configure the general options of the window editor......
Pyramid charts
Pyramid charts allow you to view data in descending order......
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
The Social Network control
The "Social network" control is a toolbar containing icons used to establish the link to the main social networks of the Web......
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
18. Order of execution of the code of buttons/links
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
15. Cookies: information stored on the end user's computer
Private Store for mobile applications
There are two methods two deploy your applications......
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......