ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing the remote accesses
The remote accesses are used to create a temporary network connection...
WINDEV Mobile 2025 Update
Here are the new features that you will discover in this version......
HOut (Example)
Usage example of the HOut function
HExecuteSQLQuery (Example)
Usage example of the HExecuteSQLQuery function
Multi-project search
Performing a search in the current project is a common operation......
aiImageResult (Type of variable)
The aiImageResult type is used to retrieve the result of AIDetect.
HModify (Example)
Usage example of the HModify function
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....
HWrite (Function)
Writes a record into a table without updating the indexes corresponding to all keys used in the table.
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
SNMPLoadMIB (Function)
Loads a MIB file in memory and analyzes it.
HCancelDeclaration (Example)
Usage example of the HCancelDeclaration function
HOpenConnection (Example)
Usage example of the HOpenConnection function
Setup on a local network (LAN)
HMode (Function)
Changes the mode and the method for locking tables.
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL table, from a query or from an HFSQL view into a physical file (on disk).
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......