ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

3. Data handled by a WINDEV Mobile application
The data handled by a WINDEV Mobile application can come from...
Set of procedures
The global procedures are grouped in set of procedures......
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
Integrate two-factor authentication into your applications
Starting with version 26, WINDEV, WEBDEV and WINDEV Mobile allow you to implement two-factor authentication......
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......
The different copy modes
Two different copy modes are proposed by WDTRAD......
Filling a Chart control
The data that will be displayed in the Chart control can come from......
XMLFindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
Binding controls to data
A window or page can display information from......
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
Pinned area in a page: fixed area on the screen
A fixed area in a page is a page section that remains visible even if the Web user moves the browser scrollbar......
Environment of the data model editor
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
HTMLInsertAfter (Function)
Adds a node after the specified node in an HTML document.
<htmlNode variable>.InsertAfter (Function)
Adds a node after the specified node in an HTML document.
<htmlNode variable>.InsertBefore (Function)
Adds a node before the specified node in an HTML document.
HTMLInsertBefore (Function)
Adds a node before the specified node in an HTML document.