ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
<Connection variable>.ActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
<websocketClient variable>.Execute (Function)
Executes a global procedure in the context of a client connected to the WebSocket server.
<Source>.InfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
<Connection variable>.AddScheduledOptimization (Function)
Adds an optimization task of HFSQL Client/Server data files....
<Connection variable>.ListScheduledBackup (Function)
Lists the full and differential backups that have been scheduled on HFSQL Client/Server....
<Connection variable>.InfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
<Connection variable>.InfoFileProperty (Function)
Allows you to find out the properties of a data file located in an HFSQL server.
<Connection variable>.ModifyScheduledOptimization (Function)
Modifies a scheduled optimization task on the HFSQL server defined by the connection.
ConnectionCount (Function)
Returns the number of instances of the WEBDEV site currently run on the server.
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
HInfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
<Upload>.DeleteAll (Function)
Clears the list of files to upload: no file will be uploaded on the server.
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
HStartServer (Function)
Allows you to start an HFSQL server (this function is using the MantaManager service).
HInfoFileProperty (Function)
Allows you to find out the properties of a data file located in an HFSQL server.
HTransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
<Connection variable>.TransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
<Connection variable>.CheckServerUpdate (Function)
Checks for the latest version of the HFSQL server that can be automatically updated.
Calling a procedure/a function
Syntax for calling a local or global procedure.
Handling controls in a report
The different operations available for the report controls are as follows......
Version of the files in the virtual directory
The configuration diagnostic displays the following error......
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
HDeleteFile (Function)
Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server.
The Line control
A Line control is used to display a line in a page......