ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Appendix 3: Configuration file
Bloque entièrement ou partiellement un fichier externe....
HListREP (Function)
Returns the list of assignments for the data files handled by the current application, which means the list of physical files corresponding to the files described in the analysis.
<redisConnection>.Connect (Function)
Opens a connection to a Redis server (or cluster).
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
Starting WDOptimizer in a command line
RedisConnect (Function)
Opens a connection to a Redis server (or cluster).
<redisConnection>.Get (Function)
Gets the value of a key from a Redis server as a string.
<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>.Subscribe (Function)
Subscribes to a Redis broadcast channel.
RedisPublish (Function)
Publishes a message on a Redis broadcast channel.
RedisSubscribe (Function)
Subscribes to a Redis broadcast channel.
RedisUnsubscribe (Function)
Cancels a subscription to a Redis broadcast channel.
RedisSet (Function)
Changes the value of a key on a Redis server.
RedisGet (Function)
Gets the value of a key from a Redis server as a string.
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
Port (Property)
The Port property is used to identify and change a server connection port.
HSetREP (Function)
Enables or disables the management of .REP file.
<redisConnection>.ExecuteCommand (Function)
Executes a command on a Redis server and retrieves the result.
3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
RedisExecuteCommand (Function)
Executes a command on a Redis server and retrieves the result.
RedisPipelineAdd (Function)
Adds a Redis command in a pipeline.
<redisConnection>.PipelineGet (Function)
Retrieves the result of the execution of a Redis command that was added by RedisPipelineAdd.
<redisConnection>.PipelineAdd (Function)
Adds a Redis command in a pipeline.