ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

7. AJAX technology
ConnectionCount (Function)
Returns the number of instances of the WEBDEV site currently run on the server.
HInfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
HSetCache (Function)
Used to configure the management of caches in the HFSQL Client/Server engine....
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
HInfoServerRights (Function)
Allows you to find out the rights granted to a user or group of users on a server.
HInfoFileProperty (Function)
Allows you to find out the properties of a data file located in an HFSQL server.
HTransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
<Connection variable>.TransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
<Connection variable>.CheckServerUpdate (Function)
Checks for the latest version of the HFSQL server that can be automatically updated.
Differences and specific features of an HFSQL Client/Server application
The management mode of data files may have to be adapted when using an HFSQL Client/Server application......
<Connection variable>.ModifyScheduledOptimization (Function)
Modifies a scheduled optimization task on the HFSQL server defined by the connection.
SNMPOIDAccess (Function)
Returns the authorized access modes of a specific OID.
<Source>.LockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
ComponentLocate (Function)
Specifies the access path to an external component of project.
LDAPConnect (Function)
Used to connect to an LDAP server via the characteristics defined in the LDAPSession structure.
HPrepareQuery (Function)
Initializes a query and declares this query to the database server in order to optimize the next executions of this query.
HChangePassword (Function)
Changes the password of an HFSQL Classic or HFSQL Client/Server data file....
HFSQL Control Center: Managing scheduled elements
You have the ability to define scheduled elements on the HFSQL server....
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL cluster....
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
Testing the WEBDEV Application Server setup with an example
1. What is the WEBDEV administrator used for
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......