ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
Instant spotting of modified code/current code
The modified lines of code are immediately visible......
Line control properties
List of properties associated with the Line control...
WLanguage properties available in PHP
The following properties are available in PHP...
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
Defining columns of Table controls programmatically
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
GetCountryName (Function)
Returns the name of a country that corresponds to its ISO code according to the ISO 3166-1 standard.
Warning 127: You are using a data source local to the process
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
2. Web development and WEBDEV
WEBDEV Tutorial: WEBDEV overview Lesson 2: Web development and WEBDEV - 10 min
1. Testing a site: Elements to be tested
2. Projects in practice
Warning 12: The label is unused
Testing a project: setting
By testing the project you can simulate how the application will run......
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ......
2. Projects in practice
Discover the main operations that can be performed on a project....
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
5. Displaying a WEBDEV Session site
Handling a Range Slider through programming
WINDEV allows you to handle a Range Slider control through programming......
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
The structure of the RAD patterns (kept for backward compatibility)
...The RAD pattern files (MDL files) are used to describe:...