ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Queue variable>.Enqueue (Function)
Adds an element to the queue.
Database of the Control Centers
The database of Control Centers groups various information shared by the different modules found in WINDEV, WEBDEV and WINDEV Mobile......
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
Overview
Overview of the different operators...
<Stack variable>.Push (Function)
Pushes an element onto the stack.
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
Android Control Center
Do you know where to find your application log files?...
Project compilation: Warning, Error, Information, Programming standard...
When developing a project, the project is compiled on a regular basis....
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
Linking a data-bound Table control to a table or query
A Table control can be used to display the content of a table or query......
Obtaining an SSL certificate for IIS2 (2.0 or later)
String literals: single-line and multiline strings
String literals are used to represent and manipulate data as a sequence of characters. For example, string literals can be used to display information, define a constant, etc....
WINDEV applications for Linux: Specific features
Live Data: viewing data in the editors
The "Live Data" is used to view the content of the data files in the controls currently created in the different editors of the product used (window editor, page editor, report editor, ......
Push (Function)
Pushes an element onto the stack.
Enqueue (Function)
Adds an element to the queue.
WDMap: Add, modify and delete records in a table
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a table......