ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV offer a Native Connector for MySQL...
Installing version 2024
Cherche les éléments d'un noeud HTML correspondant à une balise....
WDModFic : Tool for automatic modification of data files
WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers......
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
HPass (Function)
Defines the password used to create or open a data file.
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
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....
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
The "Debugger" pane
The "Debugger" pane displays the debugger options when debugging the project or a project element ("Debugger" option)......
HMode (Function)
Changes the mode and the method for locking data files.
WINDEV concepts
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
WEBDEV concepts
HChangeName (Function)
Modifies the physical name of a data file.
Programming patterns
CAUTION......
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.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
Managing space characters in the searches?
Assisted universal replication
To easily establish the universal replication between the data of a remote application and a central database, WINDEV and WEBDEV allow you to......