ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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....
<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....
HCancelBackup (Function)
Cancels a current backup.
<Connection variable>.ModifyScheduledBackup (Function)
Modifies a backup scheduling.
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
<Connection variable>.DeleteBackup (Function)
Deletes a backup previously created with HBackup.
NET constants
List of constants used by the DotNet functions....
DotNetError (Function)
Returns the error for the last .Net procedure that failed.
DotNetGetResult (Function)
Returns the result of the last .Net procedure that was successfully run.
DotNetVersion (Function)
Returns the version number of the .Net Framework available on the current computer.
Private Store for mobile applications
There are two methods two deploy your applications......
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
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......
HDeleteBackup (Function)
Deletes a backup previously created with HBackup.
HModifyScheduledBackup (Function)
Modifies a backup scheduling.
HSuggestKeyEnd (Function)
Finishes collecting information on executed queries.
<Connection variable>.EndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
<Connection variable>.InfoViewRights (Function)
Allows you to find out the rights granted to a user or to a group on an SQL view or on a materialized view.
<Connection variable>.NoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
<Connection variable>.ModifyViewRights (Function)
Modifies the rights granted to a user or group on an SQL view or on a materialized view.
HSuggestKeyStart (Function)
Starts collecting information on executed queries.
SSH functions
The following functions are used to connect and communicate with a SSH server:...
Page-by-page deployment
You now have the ability to deploy site sections or individual pages......