ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HUpdateQuery (Function)
Creates or updates a query on an HFSQL server.
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
Android In-App configuration
A specific configuration is required to manage the In-App purchases in an Android application......
HDeleteDatabase (Function)
Deletes a database located on an HFSQL server.
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
HInfoServerProperty (Function)
Allows you to find out the properties of an HFSQL server.
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
StoreFilterAAF (Property)
The StoreFilterAAF property is used to determine and specify if the filters set by the user on a Table or TreeView table control are saved when an application is closed and opened again.
AAFExecute (Function)
Runs an Automatic Application Feature (AAF) on a control or window. This function can be used to start the spelling checker on an edit control for example.
gpwOAuthParameters (Type of variable)
The gpwOAuthParameters type allows you to define all the information needed for authentication to the User Groupware via an application that uses the OAuth 2.0 standard.
HSaveParameter (Function)
Saves a persistent value on the HFSQL server.
4. HFSQL Classic
Managing parallel tasks
The computers are becoming more and more powerful......
Telemetry: Main features
17. Project Management Hub
...Project Management Hub...
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
GglUploadDocument (Function)
Uploads a document to the Google server.
GglDelete (Function)
Deletes data from the Google server.
HInfoLog (Function)
Returns information about the server logs.
hdfsCreateDirectory (Function)
Creates a directory on a Hadoop server.
hdfsOpenConnection (Function)
Opens a connection to a Hadoop server.
hdfsCloseConnection (Function)
Closes a connection to a Hadoop server.
<emailIMAPSession variable>.RemoveFolder (Function)
Deletes a folder on an IMAP server.
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......