ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
HErrorInfo (Function)
Returns a detailed information about the last error triggered by the HFSQL engine.
DescribedDirectory (Property)
The DescribedDirectory property is used to manage the physical directory of HFSQL files.
<Connection variable>.RSAddConfig (Function)
Adds a replication between two HFSQL server onto the master server.
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL tables.
<Connection variable>.ManageTask (Function)
Enables or disables a scheduled task on an HFSQL Client/Server server....
<Connection variable>.CheckServerUpdate (Function)
Checks for the latest version of the HFSQL server that can be automatically updated.
<Connection variable>.SetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL table or query.
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
hBackupDescription (Type of variable)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
Structure of log files (HFSQL Client/Server)
The following files are automatically created when logging an HFSQL Client/Server data file......
hScheduledOptimization (Type of variable)
The hScheduledOptimization type is used to programmatically manage a scheduled optimization task on an HFSQL server.
16. Types of code
HFSQL Client/Server: Scheduled optimization
Scheduled optimization is a mechanism for automatically optimizing your database......
HDeleteFile (Function)
Deletes HFSQL tables (.fic, .ndx, .ftx, .sdx and .mmo files, if any) from the server.
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
10. UMC: User Macro-Code
Code Editor control
The Code Editor control allows end users to write WLanguage code....
Automatic server update
The HFSQL Control Center is used to implement the automatic server update......
hRSConfig (Type of variable)
The hRSConfig type is used to define the advanced characteristics of a replication between 2 HFSQL servers.