ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
<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.
<Source>.ExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed....
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Importing data files into the analysis (external database, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc, ...
How to include the SESAM VITALE services?
From version 18 of WINDEV, the import of webservices includes the necessary tools to allow the consumption of secure Webservices used to manage the Sesam Vitale cards......
Properties associated with the chart series
List of properties associated with the chart series...
HResetClient (Function)
Initializes the structure for managing the Client computers (HClient structure).
<Connection>.InfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
HRestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
<Connection variable>.RestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
Secure (Property)
The Secure property is used to configure the security level of data file encryption.
<Connection variable>.CancelBackup (Function)
Cancels a current backup.
4. Managing SMSs
With the WLanguage functions, WINDEV Mobile allows you to......
Query
The keyword "Query" is used to describe:
Installing a WEBDEV site with zero-downtime update
Starting with version 24, you can update a Session or AWP site without disconnecting users......
HCancelBackup (Function)
Cancels a current backup.
Operations in a Select query : add and delete
The following paragraphs present......
SQLLast (Function)
Sets the position on the last row of the query result.
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
AAF: Did you know?
Our surveys show that end users love AAFs (Automatic Application Features) and that these AAFs increase their satisfaction and efficiency when using the applications......
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
<Connection variable>.ModifyScheduledBackup (Function)
Modifies a backup scheduling.
<Connection variable>.DeleteBackup (Function)
Deletes a backup previously created with HBackup.
Private Store for mobile applications
There are two methods two deploy your applications......
Custom-Folders in the analysis
Several file descriptions can be grouped into a "Custom-Folder"......
Project description: Project tab
The project description window allows you to configure various elements of your project......
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......