ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
LanguageToName (Function)
Returns the name of a language.
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
ChangeKeyboard (Function)
Gets or sets the language associated with the keyboard.
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
Creating a Responsive Web Design page
Websites can be viewed on several platforms......
How to create a patch?
Deploying a WEBDEV site to a remote WEBDEV Application Server or WEBDEV Cluster
Installing a WEBDEV site (in Session or AWP mode) on a remote Application Server requires......
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
The Breadcrumb control
The "Breadcrumb" control corresponds to a series of links allowing the Web user to go back into the logical tree structure of a site......
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
Appendix 3: Configuration file
Bloque entièrement ou partiellement un fichier externe....
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
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).
HReadFirst (Function)
Sets the position on the first record according to a browse item.
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....
<Source>.ChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
<Source>.DeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......