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.
HExecuteScheduling (Function)
Immediately runs a scheduled task regardless of its schedule: stored procedure, backup, optimization, refresh of materialized view....
<Source>.Password (Function)
Defines the password used to create or open a table.
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control......
HFSQL functions
List of functions for HFSQL management...
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
Display the code of an element
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming......
HPass (Function)
Defines the password used to create or open a table.
2025 new features brochure: WEBDEV new features
What's new in WEBDEV 2025 is presented in the What's new 2025 brochure....
WINDEV concepts
Remote WEBDEV administrator: Saving and restoring a WEBDEV site
The remote management tool is used to manage the backups of your dynamic WEBDEV sites....
Remote WEBDEV administrator: Managing the error messages
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed on the browser of the Web user....
HFSQL management functions (prefix syntax)
List of functions for HFSQL management...
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
<Connection variable>.InfoItemRights (Function)
Gets the rights granted to a user or group on an item.
<Connexion HFSQL>ListHistoryReindexing (Function)
Lists the operations performed on current tables, over the last 24 hours, or on the last 1000 tables. These operations include reindexing, recalculation of statistics, memo verification, index verification, etc. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
Filling a Chart control
The data that will be displayed in the Chart control can come from......
Parameters of a procedure/function
You have the ability to pass parameters to a procedure....