ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HDeleteGroup (Function)
Deletes (from the server) a group of users associated with a connection.
HListServer (Function)
Lists the HFSQL servers installed on a computer.
HServerMaintenance (Function)
Checks and optimizes the system tables of an HFSQL server.
HCancelBackup (Function)
Cancels a current backup.
HListSchedulingHistory (Function)
Lists the executions of a scheduled job on an HFSQL server. This job can be a scheduled task (stored procedure), backup, optimization or a materialized view refresh.
HDeleteUser (Function)
Deletes a user associated with a connection to the HFSQL server.
<Connection variable>.ModifyScheduledBackup (Function)
Modifies a backup scheduling.
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
<Connection variable>.DeleteBackup (Function)
Deletes a backup previously created with HBackup.
<Connection variable>.AddTask (Function)
Adds a scheduled task on the server defined by the connection.
DotNetRunXML (Function)
Runs a procedure on a server for .Net XML web services.
DotNetGetResult (Function)
Returns the result of the last .Net procedure that was successfully run.
DotNetAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
DotNetRun (Function)
Runs a procedure on a .Net server.
DotNetVersion (Function)
Returns the version number of the .Net Framework available on the current computer.
DotNetError (Function)
Returns the error for the last .Net procedure that failed.
NET constants
List of constants used by the DotNet functions....
HDeleteBackup (Function)
Deletes a backup previously created with HBackup.
HModifyScheduledBackup (Function)
Modifies a backup scheduling.