ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
Report based on a query
Queries are used to easily select records in one or more data files......
zipFindFile (Function)
Search for a file in an archive (CAB, ZIP, RAR, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format).
SchedulerDeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
Compile (Example)
Usage example of the Compile function
fExeDir (Function)
Returns the directory from which the execution is started.
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
grDestinationControl (Function)
Defines an Image control as destination of a chart.
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
Constants for encryption/compression
List of constants used by the encryption/compression functions...
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
HDescribeFullTextIndex (Example)
Usage example of the HDescribeFullTextIndex function