ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user......
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
The indexed controls
A control is an indexed control if it contains several controls with the same name......
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
ERR_CANNOT_CREATE_TMP
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
14. Unit tests/Automated tests
Query technical documentation
The query editor automatically creates a technical documentation for each query......
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
Operations performed on class diagrams
The following paragraphs explain......
Looper control based on a data file
This type of Looper control uses data from a data file or query......
The user version of query editor : Specific features
This help page presents the specific features of the user version of query editor......
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
Managing assertions
...The main available features are as follows:...
Generating the setup program
The last wizard step for creating the setup program allows you to......
WDConver : Overview
WDConver is a tool used to convert data to an HFSQL Classic data file from......
ERR_NOTADEVVERSION
<Source>.Read (Function)
Reads a record in a file according to a given record number.