ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Preset control properties
List of properties associated with the Preset control
"Preset controls" pane
The "Preset controls" pane proposes several preset controls that can be included in the current window or in the current page by "Drag and Drop"...
My Preset controls
It is not uncommon for developers to recreate the same controls, with the same style and (almost) the same code in the same project, without using a template or an Internal Window control...
DnD constants
List of constants used by the functions for managing the Drag and Drop....
TableInfoXY (Example)
Usage example of the TableInfoXY function
SizeUnit (Property)
The SizeUnit property gets and sets the font size unit.
Remote WEBDEV administrator: Configuration to use the statistics
A specific account dedicated to the management of statistics is required to access the statistical module. This account can be created via the remote administrator....
SocketRead (Function)
Retrieves a message sent by another socket.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
Constants used for managing the multi-touch
Constants for managing the multi-touch...
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
WEBDEV 2025: New WLanguage features
In version 2025, new functions, properties and data types have been introduced and some have been improved, ......
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
HAlias (Function)
Creates a logical alias of a table (or query) or cancels all existing aliases.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
Selection (Property)
The property Selection property is used to manage the selection.
GglDelete (Function)
Deletes data from the Google server.
Creating the summary
Users are familiar with summaries, as the summary is the first element they look at in printed documentation......
AdditionCompleted (Example)
Usage example of the AdditionCompleted property
Certificate (Variable type)
The Certificate type is used to handle: the certificates used to sign the strings or the files. the certificates used to sign the emails....
xmlSignature (Variable type)
The xmlSignature type is used to define the advanced characteristics of an XML signature.
Error (Function)
Displays a custom error message in a system error window.
<Chart>.Color (Function)
Returns and initializes the color of different chart elements.
zipDeleteFile (Example)
Usage example of the zipDeleteFile function