ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Social network: Available targets
This page presents the different possibilities of Social Network control according to the selected options......
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......
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...
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......
Global and local variable
Two types of variables are available......
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
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
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
Code snippets
The code editor allows you to enter "Code snippets"......
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
Chart constants
List of constants used by the functions for chart management....
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......