ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Languages supported by the setup
If your applications must be installed in several countries, the setup wizard proposes to generate a multilingual setup...
Generating the setup program
The last wizard step for creating the setup program allows you to...
Configuring the assisted universal replication
If your application uses assisted universal replication via a .WER file, the setup creation wizard proposes to configure the setup to install the different tools required for this type of replication.
Setup mode
Several methods can be used to distribute a WINDEV application...
WDConver : Overview
WDConver is a tool used to convert data to an HFSQL Classic data file from......
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports....
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
<redisConnection>.Set (Function)
Changes the value of a key on a Redis server.
Audits
The audits provide a set of features used to automatically improve the project quality and performances, and to follow the conditions in which it is implemented......
1. What is a website?
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
WINDEV License Agreement
WINDEV License Agreement...
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
WDTrans: Overview
WDTrans is a tool for canceling transactions......
WDSQL, SQL querier: Overview
WDSQL is used to......
Automatic feature for copying forms
When typing several copies of a form one after another, some of the information to type may be the same for each instance of the form......
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
2. UML models
2. UML models
TransactionFile (Property)
The TransactionFile property is used to determine if a data file is a transaction file.
Reserved WEBDEV Application Server - License Agreement
Reserved WEBDEV Application Server - License Agreement...
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
HFSQL Client/Server: Configuring the server
LanguageToName (Function)
Returns the name of a language.
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
The UML model
The main objective of a development team is to create optimized applications, capable of satisfying the ever-changing needs of their users......
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......