ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......
RedisConnect (Function)
Opens a connection to a Redis server (or cluster).
RedisPublish (Function)
Publishes a message on a Redis broadcast channel.
RedisUnsubscribe (Function)
Cancels a subscription to a Redis broadcast channel.
UnloadWDL (Function)
Frees the library that was loaded in memory by LoadWDL.
DocClose (Function)
Closes a docx file and frees the document.
Age (Function)
Returns the age according to the date of birth.
RGBRed (Function)
Returns the red component of an RGB color.
PythonTerminate (Function)
Unloads the Python DLL and frees memory.
RedisSet (Function)
Changes the value of a key on a Redis server.
<redisConnection>.Set (Function)
Changes the value of a key on a Redis server.
<redisConnection>.Publish (Function)
Publishes a message on a Redis broadcast channel.
<redisConnection>.Unsubscribe (Function)
Cancels a subscription to a Redis broadcast channel.
<redisConnection>.Connect (Function)
Opens a connection to a Redis server (or cluster).
Native MariaDB Connector: Programming with SQL functions
The SQL functions can be used to handle the MariaDB database......
9. Queries
A query is used to request information from a database to view, insert, change or delete data....
Native MySQL Connector: Programming with SQL functions
The SQL functions can be used to handle the MySQL database......
Defining a help window template
WINDEV allows you to create help window templates......
Native PostgreSQL Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
Binding a Check Box control to an item
The "UML analysis" pane
The "UML analysis" pane displays the different UML diagrams (class diagram, deployment diagram, ......
AAF: Expanding or collapsing a tree structure (Table or TreeView Table control)
The TreeView and TreeView Table controls give the end user several options via the context menu......
Rights on the virtual directory
12. Pages in practice