ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Telemetry: Configuring the WINDEV and WINDEV Mobile applications
To use the telemetry in a WINDEV or WINDEV Mobile application, you must......
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
Question edit wizard
When typing a new message intended to the end user, WINDEV or WINDEV Mobile automatically displays the following window......
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
Creating the executable and the setup program
The languages supported by the application are taken into account......
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
LowerValue (Property)
The LowerValue property is used to: Get the lower bound of the interval currently selected in a Range Slider control. Change the lower bound of the interval currently selected in a Range Slider control....
UpperValue (Property)
The UpperValue property is used to: Get the upper bound of the currently selected interval in a Range Slider control. Change the upper bound of the currently selected interval in a Range Slider control....
Help about new features: Letting users know about changes
Applications are constantly evolving......
SysNameMainScreen (Function)
Returns the name of the main screen for the computer.
OpenMainMenu (Function)
Opens the main menu of the current window.
<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
ThreadWait (Function)
Waits for the end of the execution of the specified thread.
<Kanban>.Filter (Function)
Displays only cards that match the specified filter.
KanbanFilter (Function)
Displays only cards that match the specified filter.
WINDEV concepts
Printing nested reports
To create a main report containing several secondary reports:...
Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......
Comparing the project messages
The comparison between source and target text helps you find translation errors......
Query editor: Characteristics
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......