ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project description: Project tab
The project description window allows you to configure various elements of your project......
WINDEV applications for Linux: Specific features
Push (Function)
Pushes an element onto the stack.
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
<Stack variable>.Push (Function)
Pushes an element onto the stack.
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
<Queue variable>.Enqueue (Function)
Adds an element to the queue.
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, ......
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
FaxCompleteStatus Structure
The FaxCompleteStatus structure is automatically filled during the call to FaxStatus......
Customizing keyboard shortcuts
The different editors in WINDEV, WEBDEV and WINDEV Mobile include many options that can be used directly via keyboard shortcuts......
AAF: Exporting data (Table, TreeView Table, Looper, TreeView...)
You want to perform simulations with Excel, Word, OpenOffice......
Telemetry: Main features
AAF: Expanding or collapsing a tree structure (Table or TreeView Table control)
The TreeView and TreeView Table controls give the end user several options via the context menu......
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
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......
The "Debugger" pane
The "Debugger" pane displays the debugger options when debugging the project or a project element ("Debugger" option)......
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......
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......
Dequeue (Function)
Removes an element from the queue.
Pop (Function)
Pops an element from a stack.