ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
Error 2: Incomplete line
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
How to create a patch?
Cross-references in the code editor
The cross-references in the code editor are used to identify......
Synchronizing the analysis with external databases
The analysis must be synchronized with an external database if it uses......
Buffer (Keyword)
The Buffer keyword can correspond to...
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control)....
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
Report and project
In most cases, a report is linked to a project......
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
ERR_CANNOT_RUN_EXPLORER
SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists in proposing an application in subscription via a Web site rather than via the purchase of a license......
Structure (Type of variable)
A structure is a custom type of data...
Error 1006: The member is not global: use: to access it
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
Dynamic instantiation of a .NET object
A .NET object can be dynamically associated with a .NET class, we talk of dynamic instantiation of object....
Handling an automatic test
When an automated test is created, this test is in "construction" by default......