ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HAddUser (Function)
Adds a user to a database.
HClearWorkingDir (Function)
Clears and destroys the temporary directory previously created when HServerWorkingDir was executed.
<Connection variable>.ExecuteProcedure (Function)
Runs a stored procedure.
<Connection variable>.UpdateQuery (Function)
Creates or updates a query on an HFSQL server.
HResetGroup (Function)
Initializes the structure for group management (HGroup) with the default values.
HTransactionIsolation (Function)
Configures the isolation mode of transactions for a connection to an HFSQL server.
HResetUser (Function)
Initializes the structure for user management (HUser) with the default values.
HFSQL Control Center: HFSQL Cluster management
The HFSQL Control Center includes all the tools needed to manage HFSQL clusters......
HModifyTask (Function)
Modifies a scheduled task on the HFSQL server defined by the connection.
<Connection variable>.ModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
<Connection variable>.AddScheduledBackup (Function)
Adds a scheduling for full backup (with or without differential backup) on the server defined by the connection.
HExecuteProcedure (Function)
Runs a stored procedure.
HUpdateQuery (Function)
Creates or updates a query on an HFSQL server.
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
HAddScheduledBackup (Function)
Adds a scheduling for full backup (with or without differential backup) on the server defined by the connection.
<Connection variable>.InfoServerRights (Function)
Allows you to find out the rights granted to a user or group of users on a server.
<Connection variable>.ModifyServerRights (Function)
Modifies the rights granted to a user or to a group on a HFSQL server.
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
<Connection variable>.InfoDatabaseRights (Function)
Allows you to find out the rights granted to a user or to a group on a database.
HServerWorkingDir (Function)
Returns the path of a temporary directory on the HFSQL server.
<Connection variable>.ExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
<Connection variable>.InfoUser (Function)
Updates the variables for user management with the information regarding the specified user.
<Connection variable>.DeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
HInfoServerRights (Function)
Allows you to find out the rights granted to a user or group of users on a server.
HInfoDatabaseRights (Function)
Allows you to find out the rights granted to a user or to a group on a database.
1
6
7
8
9
10
24
>