ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

5. Deploying a dynamic site (Session or AWP) in practice
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
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......
Extracting messages added or modified since last extraction
A project was already created and translated......
JSONToXML (Function)
Converts a JSON string to XML.
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
ERR_MISSING_PAGE
Materialized view
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control)....
Page contexts
In a Windows application, the information relative to a window is stored with the window......
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......
Report and project
In most cases, a report is linked to a project......
Automatic management of exceptions
The management of exceptions can be customized by process......
Figma: Where to find the Figma key
To use Figma import in your product, you need to specify the Figma key in the general options of WINDEV, WEBDEV or WINDEV Mobile....
Binding a Progress Bar control to an item
A Progress Bar control can be bound to an item in a table, query, etc....
Application triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a table....
Binding a WEBDEV slider to an item
A WEBDEV slider can be bound to an item in a data file, query, etc....
3. Deploying a dynamic WEBDEV site
Token (Variable type)
The Token type is used to define all the advanced characteristics of a token displayed in an edit control.