ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HRSTransformSpareIntoServer (Function)
Transforms a Spare server into an HFSQL server. This makes it possible to delete replications of a spare server so that it can be used again. For example, this function can be used in the case of a master server that becomes unreachable. This function should only be used in a critical situation. Note: This function is only available from version 2025 Update 1....
NetEraseFile (Function)
Deletes a file from the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
WBAdminConnection (Variable type)
The WBAdminConnection type is used to get all the advanced characteristics of a connection on the server. This connection can correspond to a session, an AWP request, a schedule task, etc.
<Connection variable>.RSTransformSpareIntoServer (Function)
Transforms a Spare server into an HFSQL server. This makes it possible to delete replications of a spare server so that it can be used again. For example, this function can be used in the case of a master server that becomes unreachable. This function should only be used in a critical situation. Note: This function is only available from version 2025 Update 1....
7. Dynamic site on specific configurations
HInfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server....
HListTask (Function)
Lists the scheduled tasks of an HFSQL Client/Server server for a given connection....
<Connection variable>.ListTask (Function)
Lists the scheduled tasks of an HFSQL Client/Server server for a given connection....
<Connection variable>.InfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server....
<ftpConnection variable>.Connect (Function)
Connects the current computer to an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 Update 2....
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......
HBackup (Function)
Backs up the contents of an HFSQL server: all server databases, one or more databases, one or more tables.
HTTPCertificate (Function)
Modifies the client certificate used by default to identify oneself on a server.
WebserviceReadHTTPHeader (Function)
Reads the HTTP header received in a call to a SOAP or REST web service.
Manipulating HTML Display controls programmatically
The HTML Display control displays a web page in an application......
WebserviceWriteHTTPHeader (Function)
Adds an additional HTTP header to a request to a web service (REST or SOAP).
Setup on a local network (LAN)
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....