ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Connection variable>.ModifyServerProperty (Function)
Modifies the properties of an HFSQL server.
HDeleteUser (Function)
Deletes a user associated with a connection to the HFSQL server.
HDeleteGroup (Function)
Deletes (from the server) a group of users associated with a connection.
HServerMaintenance (Function)
Checks and optimizes the system tables of an HFSQL server.
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
<Connection variable>.AddTask (Function)
Adds a scheduled task on the server defined by the connection.
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
HInfoServer (Function)
Returns the specified information about the server.
HModifyServerProperty (Function)
Modifies the properties of an HFSQL server.
HDropView (Function)
Removes a materialized view from the HFSQL server.
<Connection variable>.DeleteDatabase (Function)
Deletes a database located on an HFSQL server.
<Connection variable>.TransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
HAddTask (Function)
Adds a scheduled task on the server defined by the connection.
<Source>.TrackStop (Function)
Stops tracking a data file on an HFSQL server.
<Connection variable>.ModifyDatabaseProperty (Function)
Modifies the properties of a database located on an HFSQL server.
HDeleteDatabase (Function)
Deletes a database located on an HFSQL server.
HTrackStop (Function)
Stops tracking a data file on an HFSQL server.
<Connection variable>.ListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
<Connection variable>.ModifyFileProperty (Function)
Modifies the properties of an HFSQL data file located on a server.
<Connection variable>.DeleteLink (Function)
Deletes an integrity rule between two data files on the server.
HModifyFileProperty (Function)
Modifies the properties of an HFSQL file located on a server.
HListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
19. Upload: Sending files to the server
HModifyDatabaseProperty (Function)
Modifies the properties of a database located on an HFSQL server.
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web servers......