ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
<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.
<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.
Importing data files into the analysis (external database, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc.
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed....
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
Project description: Languages tab
The project description window allows you to configure various elements of your project......
Project description: Options tab
The project description window allows you to configure various elements of your project......
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
Project description: SCM tab
The project description window allows you to configure various elements of your project......
Project description: Advanced tab
The project description window allows you to configure various elements of your project......
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
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......
Composite chart
A composite chart is a chart that displays several types of charts......
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
The statistics
WINDEV, WEBDEV and WINDEV Mobile propose several functions used to perform statistical calculations......
Secure (Property)
The Secure property is used to configure the security level of data file encryption.
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.
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
Properties associated with the chart series
List of properties associated with the chart series...
<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....
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
<Connection variable>.CancelBackup (Function)
Cancels a current backup.
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....
Installing a WEBDEV site with zero-downtime update
Starting with version 24, you can update a Session or AWP site without disconnecting users......
4. Managing SMSs
With the WLanguage functions, WINDEV Mobile allows you to......