ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

How to create a patch?
Filters in table fields linked to a table
To filter the records displayed in a Table control linked to a table, WINDEV, WEBDEV and WINDEV Mobile offer several options......
Installing an HFSQL Client/Server server with an application
When creating the setup program of a WINDEV application using HFSQL Client/Server data files, the wizard allows you to......
DB2 Native Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV database schema......
Spreadsheet control in a report
The spreadsheet is one of the most often used business tools. You have the ability to create reports that print the data found in a spreadsheet....
Cardinalities
The cardinalities are used to count the links between the files......
<zipArchive variable>.AddFileList (Function)
Automatically adds and compresses a list of files into a ZIP, CAB, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive.
zipAddFileList (Function)
Automatically adds and compresses a list of files into a ZIP, CAB, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive.
Rights on the virtual directory
The "Analysis" pane
The "Analysis" pane lists......
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the table since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the table since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
dClear (Function)
Clears the content of an Image variable or Image control and fills it with the specified color.
<Source>.SavePosition (Function)
Stores the current context of a table: current record, filter, read pointers.
Errors while managing tables
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
User Groupware files
Two categories of data files are managed......
Constants for external files
List of constants used by the functions for managing external files....
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......