ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HInfoServer (Function)
Returns the specified information about the server.
HModifyServerProperty (Function)
Modifies the properties of an HFSQL server.
HDeleteDatabase (Function)
Deletes a database located on an HFSQL server.
HTransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
HInfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
Share your projects via Git
Git is a source code manager......
App Tracking Transparency - Activity tracking
App Tracking Transparency enables users to authorize an iOS app to track their activity on third-party mobile apps and websites for advertising or data sharing purposes......
HOperationInProgress (Function)
Returns the list of automatic operations in progress on an HFSQL server.
HCreateServerTrigger (Function)
Adds or modifies a server trigger on the HFSQL server.
<Connection variable>.LoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
<Connection variable>.StartServerUpdate (Function)
Used to immediately start the automatic server update.
<Connection variable>.AddLink (Function)
Adds an integrity rule between two files on the server.
<Connection variable>.DuplicateDatabase (Function)
Duplicates the database associated with a connection on an HFSQL server.
<Connection variable>.InfoView (Function)
Returns information about a materialized view.
<Connection variable>.ConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
<Connection variable>.RetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
<Connection variable>.SaveParameter (Function)
Saves a persistent value on the HFSQL server.
<Connection variable>.DeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
<Variable Connexion>DeleteView (Function)
Removes a materialized view from the HFSQL server.
HRetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
8. 10 tips for better interfaces...
HDuplicateDatabase (Function)
Duplicates the database associated with a connection on an HFSQL server.
HAddLink (Function)
Adds an integrity rule between two data files on the server.
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......