ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Functions for managing Organizer controls (prefix syntax)
The following functions are used to handle the Organizer control via prefix syntax:...
<Connection variable>.Backup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
HInfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server....
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
Organizer control functions
The following functions are used to manage the Organizer control:...
Pane (Property)
The Pane property is used to: Find out the pane tabs associated with a control. Define the pane tabs associated with a control....
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
Environment of the data model editor
Environment of the window editor
The main elements of window editor are as follows:
Windows
The windows represent the main interface of a WINDEV application......
General environment of WINDEV
Environment of the query editor
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....
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
Set of procedures
The global procedures are grouped in set of procedures......
Handling Spreadsheet controls programmatically (in a window) (prefix syntax)
A Spreadsheet control found in a window can be handled through programming......
Environment of code editor
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....
AnchorRateWidth (Property)
The AnchorRateWidth property is used to: Find out the anchor rate when a control (or a table column) stretches on the horizontal axis. Modify the anchor rate when a control (or a table column) stretches on the horizontal axis....
The Spreadsheet control
Spreadsheets are one of the most used office tools......
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Window controls
Several types of controls can be used in a window, ......