ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Push (Function)
Pushes an element onto the stack.
Enqueue (Function)
Adds an element to the queue.
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......
The "Debugger" pane
The "Debugger" pane displays the debugger options when debugging the project or a project element ("Debugger" option)......
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......
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......
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......
Project managers: How to manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
<Queue variable>.Dequeue (Function)
Dequeues an element from a queue.
<Stack variable>.Pop (Function)
Pops an element from a stack.
I work as a developer: How to manage my tasks and my schedule?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile include many tools to help developers manage their schedules and the different associated tasks......
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
Pop (Function)
Pops an element from a stack.
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
Status bar of windows
The status bar of a window is used to display several types of information......
Dequeue (Function)
Removes an element from the queue.