ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Docker image of the HFSQL server
A Docker container with the HFSQL server is available on Docker Hub...
Notifications of an HFSQL server
A server may encounter problems without any user (or developer) noticing anything.
For example:
  • a scheduled task may fail,
  • an automatic backup may fail,
  • a node may become inactive in an HFSQL cluster, ...
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)...
<Connection variable>.StartServerUpdate (Function)
Used to immediately start the automatic server update.
HServerMaintenance (Function)
Checks and optimizes the system tables of an HFSQL server.
HManageServerUpdate (Function)
Allows you to manage the automatic update of HFSQL Client/Server servers and to define how often to check for updates.
<Connection variable>.ManageServerUpdate (Function)
Used to manage the automatic update of HFSQL Client/Server servers by specifying the check frequency regarding the availability of updates.
HOperationInProgress (Function)
Returns the list of automatic operations in progress on an HFSQL server.
<Connection variable>.ServerMaintenance (Function)
Checks and optimizes the system tables of an HFSQL server.
<Connection variable>.OperationInProgress (Function)
Returns the list of automatic operations in progress on an HFSQL server.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
Installing an HFSQL Client/Server server with an application
When creating the setup program of a WINDEV application using HFSQL Client/Server tables, the wizard allows you to...
HListServer (Function)
Lists the HFSQL servers installed on a computer.
HStartServerUpdate (Function)
Used to immediately start the automatic server update.
Appendix 5: Configuring the server
Bloque entièrement ou partiellement un fichier externe....
Monitoring robot: Configuring the Robot controller parameters
From the monitor, you can change the configuration options......
GglListDocument (Function)
Retrieves the list of documents available on the Google server for the current user.
Port (Property)
The Port property is used to identify and change a server connection port.
Out (Property)
The Outside property is used to know if an email was read correctly on the server.
AppDeleteVersion (Function)
Deletes a version from the history of versions found on the reference setup server.
HTTPCertificate (Function)
Modifies the client certificate used by default to identify oneself on a server.
NameServerFile (Property)
The NameServerFile property is used to get the name of the uploaded file on the server.
UploadDeleteAll (Function)
Clears the list of files to upload: no file will be uploaded on the server.
sshSession (Type of variable)
The sshSession type is used to define the characteristics of a connection to an SSH server.
EmailCopy (Function)
Copies an email found in a directory to another directory of an IMAP server.
AppServerRunScheduledTask (Function)
Immediately starts the execution of a scheduled task on a WEBDEV Application Server.
mongoDatabase (Type of variable)
The mongoDatabase type is used to define the characteristics of a database for a MongoDB server.
hbConnection (Type of variable)
The hbConnection type is used to define the characteristics of a connection to a HBase server.
<Upload>.DeleteAll (Function)
Clears the list of files to upload: no file will be uploaded on the server.
memcachedConnection (Type of variable)
The memcachedConnection type is used to define the characteristics of a connection to a Memcached server.
<gglConnection variable>.ListDocument (Function)
Retrieves the list of documents available on the Google server for the current user.
<websocketClient variable>.Execute (Function)
Executes a global procedure in the context of a client connected to the WebSocket server.
WLanguage procedure called by WebSocketClientConnect
WLanguage procedure ("callback") called by WebSocketClientConnect when the connection to the server is established.
ConnectionCount (Function)
Returns the number of instances of the WEBDEV site currently run on the server.
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
WLanguage procedure called by WebSocketClientConnectSSL
WLanguage procedure ("callback") called by WebSocketClientConnectSSL when the connection to the server is established.