ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Global and local variable
Two types of variables are available......
iParameter (Function)
Retrieves the printer configuration and configures the print.
Comparison operators
The comparison operators can be divided into several categories......
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
2. User-friendly editors in practice
User-friendly editors in practice...
aiImageResult (Variable type)
The aiImageResult type is used to retrieve the result of AIDetect.
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......
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
SCM: Repository versions
There are different versions of the SCM repository......
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
Social network: Available targets
This page presents the different possibilities of Social Network control according to the selected options......
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......