ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Connection variable>.InfoFileProperty (Function)
Allows you to find out the properties of a table located in an HFSQL server.
<Connection variable>.Priority (Function)
Finds out and modifies the priority of the calling application.
<Connection variable>.DeleteFile (Function)
Deletes HFSQL tables (.fic, .ndx, .ftx, .sdx and .mmo files, if any) from the server.
<Connection variable>.InfoDatabaseProperty (Function)
Used to find out the properties of a database on an HFSQL server.
Automatic data masking
Data masking is a process that transforms the data in an item that will be displayed to the user......
<Connection variable>.ModifyScheduledOptimization (Function)
Modifies a scheduled optimization task on the HFSQL server defined by the connection.
<Connection variable>.InfoServerProperty (Function)
Allows you to find out the properties of an HFSQL server.
<Connection variable>.ListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
<Connection variable>.PriorityClient (Function)
Modifies the priority of a client application.
HListConnection (Function)
Returns the list of connections currently described in the application.
HPriority (Function)
Finds out and modifies the priority of the calling application.
HInfoFileProperty (Function)
Allows you to find out the properties of a table located in an HFSQL server.
HListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
HExecuteAsynchronousProcedure (Function)
Executes a stored procedure in asynchronous mode. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
HInfoServerProperty (Function)
Allows you to find out the properties of an HFSQL server.
HDeleteFile (Function)
Deletes HFSQL tables (.fic, .ndx, .ftx, .sdx and .mmo files, if any) from the server.
Managing the load balancing (dynamic load balancing on server)
The server that is hosting a HFSQL database engine can be very busy......