ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
<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....
18. Management of business rules
HInfoServerProperty (Function)
Allows you to find out the properties of an HFSQL server.
HUpdateQuery (Function)
Creates or updates a query on an HFSQL server.
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.
HDeleteDatabase (Function)
Deletes a database located on an HFSQL server.
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.
InUniversalWindowsAppSimulatorMode (Function)
Indicates whether the code is run in the simulator for the applications in Universal Windows 10 App mode.
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
4. HFSQL Classic
Managing parallel tasks
The computers are becoming more and more powerful......
Telemetry: Main features
17. Project Management Hub
...Project Management Hub...
Sitemap file for Google
To better analyze the content of the sites, the search engine of Google is using an XML file named "Sitemap" (if it is available)......
ERR_CANNOT_LAUNCH
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.
RESTSend (Function)
Sends a REST request and waits for the server response.
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
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.
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......