ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HInitHF55 (Function)
Used to access specific functions for managing xBase (or dBase) data if Native xBase Access provided with WINDEV or WEBDEV 14 is not available.
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed....
User Groupware and Native Connector files
An application that works with the User Groupware can be used with a database handled by a Native Connector...
MySQL Native Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV database schema...
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a web service proxy (SOAP).
HListKey (Example)
Usage example of the HListKey function
HFileExist (Example)
Usage example of the HFileExist function
HErrorInfo (Example)
Usage example of the HErrorInfo function
MongoAdd (Function)
Adds one or more documents into a collection of MongoDB database.
MongoGridFSDeleteFile (Function)
Deletes a file identified by its name from a MongoDB file system.
MongoCreate (Function)
Creates a connection to a MongoDB server or cluster.
HNbRec (Example)
Usage example of the HNbRec function
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the table 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....
MongoGridFSGetFile (Function)
Retrieves (on the local computer) a file identified by its name and found in a MongoDB file system.
HChangeName (Example)
Usage example of the HChangeName function
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
HMergeView (Example)
Usage example of the HMergeView function
MongoCreateCollection (Function)
Creates a collection in a MongoDB database while specifying the options of this collection.
HListItem (Example)
Usage example of the HListItem function
HErrorDuplicates (Example)
Usage example of the HErrorDuplicates function
HDeclareExternal (Function)
Temporarily imports into the current database schema the description of a table from an existing HFSQL table.
HChangeKey (Example)
Usage example of the HChangeKey function
HReadLast (Example)
Usage example of the HReadLast function