ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing the remote accesses
The remote accesses are used to create a temporary network connection...
Toolbar and menu of the SCM
The different options of the SCM can be handled via the SCM toolbar or the options of a specific menu ("SCM" from the main menu of the product used)......
HMergeView (Example)
Usage example of the HMergeView function
HChangeName (Example)
Usage example of the HChangeName function
HFSQL server configuration
The HFSQL Control Center allows you to fully manage HFSQL servers......
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
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....
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
Handling WEBDEV Account Manager via command line
All the features in WEBDEV Account Manager can be used via command line......
Using several libraries in an application
A library is a WDL file that contains all the resources......
HListItem (Example)
Usage example of the HListItem function
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
HBackward (Function)
Moves backward several records from the current position in the table, according to a specified item.
HForward (Function)
Moves several records forward from the current position in the table, according to a specified item.
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
WEBDEV license agreement
WEBDEV license agreement...
HErrorDuplicates (Example)
Usage example of the HErrorDuplicates function
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
HChangeKey (Example)
Usage example of the HChangeKey function
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.
HReadLast (Example)
Usage example of the HReadLast function