ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Specific features of the Express version
Handling a Logical Data Model (LDM)
The main operations that can be performed on an LDM are as follows......
Logical Data Model (LDM)
A Logical Data Model (LDM) is used to describe the data structures (files, items, ......
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
Installing the HFSQL Server module
Cherche les éléments d'un noeud HTML correspondant à une balise....
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
Testing a project: settings
By testing the project you can simulate how the application will run......
Creating and handling an item
The main operations that can be performed on an item are as follows......
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
dModifyLightness (Function)
Changes the lightness of an image found: in an Image control, in an Image variable....
dModifyHSL (Function)
Modifies the hue, the saturation and the lightness of an image found: in an Image control, in an Image variable....
<Connection variable>.OpenConnection (Function)
Opens a connection to a specific database.
<Connection variable>.RSTransformSpareIntoServer (Function)
Transforms a Spare server into an HFSQL server. This makes it possible to delete replications of a spare server so that it can be used again. For example, this function can be used in the case of a master server that becomes unreachable. This function should only be used in a critical situation. Note: This function is only available from version 2025 Update 1....
Decode (Function)
Decodes a character string that was encoded by Encode.
<Connection variable>.RSModifyConfig (Function)
Modifies some parameters of an existing replication between two HFSQL servers.
dModifySaturation (Function)
Modifies the saturation of an image found: in an Image control, in an Image variable....
Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.
<Connection variable>.RSDeleteConfig (Function)
Deletes a replication between two HFSQL servers.
dModifyHue (Function)
Modifies the hue of an image found: in an Image control, in an Image variable....