ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Analysis editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
11. Choosing the action of a button/link
Handling WEBDEV Account Manager via command line
All the features in WEBDEV Account Manager can be used via command line......
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
10. Customizing the aspect of a site: skin elements
12. Universal replication
13. Universal replication
14. Unit tests/Automated tests
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
Automated tests: Test-specific functions
List of automated tests: Test-specific functions...
14. PHP generation in practice
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
Chart constants
List of constants used by the functions for chart management....
SpreadsheetPosition (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
<Spreadsheet>.Position (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
Setups while taking the Push into account
The setup while taking the Push into account is used to deploy an application on all the client computers of a network from a single management computer......
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
Constants for test
List of constants used by the functions for managing automated tests....
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
Tilt (Property)
The Tilt property gets or sets the tilt of the map displayed in a Map control.
Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor......
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min