ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Passing parameters
The parameters can be passed to a procedure......
BurnerSelect (Function)
Used to select the default burner.
BurnerAddFile (Example)
Usage example of the BurnerAddFile function
BurnerAddDirectory (Example)
Usage example of the BurnerAddDirectory function
Using several libraries in an application
A library is a WDL file that contains all the resources......
BurnerMediaType (Function)
Used to find out and modify the format of the CD or DVD to burn.
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....
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Zombie data files and items
During the life of an application, items live and die......
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
Multilingual messages: Convert to new format (version 27 and later)
WINDEV, WEBDEV and WINDEV Mobile have included multilingual project support in many previous versions......
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
nWDGetLastError: Error code of last error
Error code of last error......
General environment of WINDEV
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
.NET application
To create a.NET application from a project......
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
Environment of the project editor
The main elements of the project editor are as follows:
ArrowStart (Function)
Sets the position of the source end of an arrow in a "Shape" control.
ArrowEnd (Function)
Sets the position of the target end of an arrow in a "Shape" control.
InWindowsMobileMode (Function)
Indicates whether the code is run: from a Windows Mobile application. from a WINDEV application, from a WEBDEV site or from a PHP application. Function kept for backward compatibility....