ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HCancelDeclaration (Example)
Usage example of the HCancelDeclaration function
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......
Deploying a WEBDEV website to a remote WEBDEV Application Server or WEBDEV Cluster
Installing a WEBDEV website (in Session or AWP mode) on a remote Application Server requires......
Android: Map control conditions of use
Up to WINDEV Mobile version 180046, the Google Maps API library was required to use a Map control in an Android application......
HModify (Example)
Usage example of the HModify function
CtExtendedInfo (Property)
The CtExtendedInfo property gets the additional information inserted into the database connection string.
HTransactionEnd (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....
HRead (Function)
Reads a record in a file according to a given record number.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
HBuildKeyValue (Example)
Usage example of the HBuildKeyValue function
HPrepareQuery (Function)
Initializes a query and declares this query to the database server in order to optimize the next executions of this query.
HSetMemo (Function)
Used to modify the management mode of memo items.
HMode (Function)
Changes the mode and the method for locking data files.
HSavePosition (Function)
Stores the current file context (current record, filter, pointers).
Type (Property)
The Type property is used to get: the type of element (table or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).