ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)...
1. Communication with WINDEV Mobile
WINDEV Mobile includes several communication functions for different fields....
Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
<redisConnection>.ExecuteCommand (Function)
Executes a command on a Redis server and retrieves the result.
RedisGet (Function)
Gets the value of a key from a Redis server as a string.
RedisExecuteCommand (Function)
Executes a command on a Redis server and retrieves the result.
MemcachedAssignKeyGroup (Function)
Modifies a key/value couple in the Memcached cache on a group of servers: If the key exists, the value is modified. If the key does not exist, the key/value couple is added....
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
Procedure
The Procedure property can be used: on the hScheduledTask type, used to describe the scheduled tasks on an HFSQL Client/Server database. on the rssStream type, used to describe an RSS feed....
2. Managing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
<Connection variable>.RSListConfig (Function)
Lists the replications available on a master HFSQL server.
HRSListConfig (Function)
Lists the replications available on a master HFSQL server.
<EmailOutlookSession variable>.GetAll (Function)
Retrieves all the emails found on an Outlook server.
HSaveParameter (Function)
Saves a persistent value on the HFSQL server.
ReplicDeleteSubscription (Function)
Deletes the subscription of a replication on the replication server.
RedisConnect (Function)
Opens a connection to a Redis server (or cluster).
<EmailIMAPSession>.GetAll (Function)
Retrieves all the emails found on an IMAP server.
<EmailNotesSession variable>.GetAll (Function)
Retrieves all the emails found on a Notes server.
3. Types of dynamic sites
A dynamic site is used to display pages whose content changes. In most cases, the content of these pages is linked to a database....
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.
<Connection variable>.UpdateQuery (Function)
Creates or updates a query on an HFSQL server.
<Connection variable>.InfoServerProperty (Function)
Allows you to find out the properties of an HFSQL server.
DDEExecute (Function)
Sends a command that will be run on the server.
SocketClose (Function)
Closes a socket or a connection to a server socket.