ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Connection variable>.DeleteLink (Function)
Deletes an integrity rule between two tables on the server.
ExecuteDelayedProcedure (Function)
Runs a delayed procedure (in the WEBDEV Application Server).
HDeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
<Connection variable>.AddTask (Function)
Adds a scheduled task on the server defined by the connection.
<Connection variable>.RSListConfig (Function)
Lists the replications available on a master HFSQL server.
RedisGet (Function)
Gets the value of a key from a Redis server as a string.
MemcacheGet (Function)
Retrieves the values of keys stored on a Memcached server.
<Connection variable>.DuplicateDatabase (Function)
Duplicates the database associated with a connection on an HFSQL server.
hbListTable (Function)
Retrieves the list of tables found on an HBase server.
RedisExecuteCommand (Function)
Executes a command on a Redis server and retrieves the result.
<Connection variable>.DeleteDirectory (Function)
Deletes a directory from an HFSQL Client/Server database....
InWebSocketServerMode (Function)
Indicates if the current code is being executed on the WebSocket server.
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
<redisConnection>.Get (Function)
Gets the value of a key from a Redis server as a string.
<redisConnection>.ExecuteCommand (Function)
Executes a command on a Redis server and retrieves the result.
<Connection variable>.ServerMaintenance (Function)
Checks and optimizes the system tables of an HFSQL server.
BitwiseNOT (Function)
Returns the result of a bitwise NOT operation performed on a value.
<Connection variable>.ListDatabase (Function)
Lists the Client/Server databases associated with a connection....
HServerMaintenance (Function)
Checks and optimizes the system tables of an HFSQL server.
FTPFileExist (Function)
Checks if a given file exists on an FTP server.
<Connection variable>.ModifyFileProperty (Function)
Modifies the properties of an HFSQL table located on a server.
AppVersionInfo (Function)
Returns information about a version available on the setup server.
HDuplicateDatabase (Function)
Duplicates the database associated with a connection on an HFSQL server.
<restRequest variable>.Send (Function)
Sends a REST request and waits for the server response.