ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
User report editor (Reports & Queries)
A report provides a custom view of data......
<Stack variable>.Push (Function)
Pushes an element onto the stack.
<Queue variable>.Enqueue (Function)
Adds an element to the queue.
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
WINDEV applications for Linux: Specific features
Live Data: viewing data in the editors
The "Live Data" is used to view the content of the data files in the controls currently created in the different editors of the product used (window editor, page editor, report editor, ......
WDINT overview
WDINT is an optional tool of WINDEV, WEBDEV and WINDEV Mobile......
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
Enqueue (Function)
Adds an element to the queue.
Push (Function)
Pushes an element onto the stack.
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
Customizing keyboard shortcuts
The different editors in WINDEV, WEBDEV and WINDEV Mobile include many options that can be used directly via keyboard shortcuts......
Obtaining an SSL certificate for IIS2 (2.0 or later)
The user version of query editor (Reports & Queries)
A query is used to interrogate a database in order to view, insert, modify or delete data......
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
The "Debugger" pane
The "Debugger" pane displays the debugger options when debugging the project or a project element ("Debugger" option)......
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......
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
Automatic data masking
Data masking is a process that transforms the data in an item that will be displayed to the user......
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......