ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

2024 novelties brochure: WEBDEV novelties
Sets the position directly on the desired bookmark in the PDF document....
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
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).
<redisConnection>.Unsubscribe (Function)
Cancels a subscription to a Redis broadcast channel.
<redisConnection>.Publish (Function)
Publishes a message on a Redis broadcast channel.
<redisConnection>.Set (Function)
Changes the value of a key on a Redis server.
<redisConnection>.Subscribe (Function)
Subscribes to a Redis broadcast channel.
<redisConnection>.Get (Function)
Gets the value of a key from a Redis server as a string.
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
RedisConnect (Function)
Opens a connection to a Redis server (or cluster).
Starting WDOptimizer in a command line
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.
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.
Port (Property)
The Port property is used to identify and change a server connection port.