ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Body Complement block
The Body complement block is linked to the Body block......
<Connection variable>.ListScheduling (Function)
Lists the scheduled tasks defined on an HFSQL server: stored procedure, backup, optimization, refresh of materialized view....
<Connection variable>.ModifyScheduling (Function)
Modifies a scheduled task on an HFSQL server: stored procedure, backup, optimization, refresh of materialized view....
<HFSQL connection>.TransactionSavepoint (Function)
Declares a transaction savepoint.
<Connection variable>.RetrieveBackup (Function)
Retrieves locally the content of a compressed backup (in ZIP format) performed on an HFSQL server.
<Connection variable>.DeleteScheduling (Function)
Deletes a scheduled task found on an HFSQL server: stored procedure, backup, optimization, refresh of materialized view....
<Connection variable>.ExecuteScheduling (Function)
Immediately runs a scheduled task regardless of its schedule: stored procedure, backup, optimization, refresh of materialized view....
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
PDFToText (Function)
Extract the text contained in an Document PDF.
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
1. Testing a site: Elements to be tested
HErrorIntegrity (Function)
Used to check whether an integrity error occurred.
HFSQL management functions
List of functions for HFSQL management...
Sub-query
A sub-query is a query whose result is used by another query......
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
HDeleteScheduling (Function)
Deletes a scheduled task found on an HFSQL server: stored procedure, backup, optimization, refresh of materialized view....
HModifyScheduling (Function)
Modifies a scheduled task on an HFSQL server: stored procedure, backup, optimization, refresh of materialized view....
HListScheduling (Function)
Lists the scheduled tasks defined on an HFSQL server: stored procedure, backup, optimization, refresh of materialized view....
HExecuteScheduling (Function)
Immediately runs a scheduled task regardless of its schedule: stored procedure, backup, optimization, refresh of materialized view....
HRetrieveBackup (Function)
Retrieves locally the content of a compressed backup (in ZIP format) performed on an HFSQL server.
HAddScheduling (Function)
Creates a scheduled task on an HFSQL server: stored procedure, backup, optimization, refresh of materialized view....
TileDeleteAll (Function)
Deletes all modifications made to the application tile.