ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed....
<Source>.ExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
Importing tables into the database schema (external database, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc, ...
<Source>.PrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
GDPR: Overview
GDPR (General Data Protection Regulation) will replace "Data Protection Directive" on 25th May 2018......
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
Yousign
It is now common for individuals or businesses to sign contracts electronically......
1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
Automatic Application Features (AAF) of Spreadsheet controls
The Spreadsheet control includes multiple Automatic Application Features (AAF) in order to simplify the use of the control......
GDPR: Concrete solutions
GDPR: General Data Protection Regulation...
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
Notification (Variable type)
The Notification type is used to handle the local notifications or the push notifications.
I'm a Project Manager: How do I manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
Docusign: Electronic signature
It is now common for individuals or businesses to sign contracts electronically......
WINDEV Mobile 2025: New WLanguage features
In version 2025, new functions, properties and data types have been introduced and some have been improved, ......
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
Classes, members, methods and properties
A class is made of......
PDF Reader control: How to use the ribbon and tabs
The PDF Reader control includes multiple features accessible via......
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
Handling controls in a report
The different operations available for the report controls are as follows......