ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HDeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
HExecuteProcedure (Function)
Runs a stored procedure.
HInfoUser (Function)
Updates the variables for user management with the information regarding the specified user.
HInfoDatabaseRights (Function)
Gets the rights granted to a user or group on a database.
HExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
<Connection variable>.InfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
<Connection variable>.ListUser (Function)
Returns the list of users defined for a connection.
<Connection variable>.ListGroup (Function)
Returns the list of groups of users defined for a connection.
<Connection variable>.InfoGroup (Function)
Returns information about the specified group of users.
<Connection variable>.ListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
<Connection variable>.UpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
HClearSchedulingHistory (Function)
Clears the execution history of scheduled operations on an HFSQL server.
HBackup (Function)
Backs up the contents of an HFSQL server: all server databases, one or more databases, one or more tables.
<Connection variable>.ModifyUser (Function)
Modifies the information about a user according to the elements found in the corresponding variables for user management.
HListGroup (Function)
Returns the list of groups of users defined for a connection.
HInfoGroup (Function)
Returns information about the specified group of users.
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.