ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
Compression (Property)
The Compression property gets and sets the data compression mode.
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
<Word Processing>.ToText (Function)
Creates a character string from the data of a Word Processing control.
Logical Data Model (LDM)
A Logical Data Model (LDM) is used to describe the data structures (files, items, ......
HCheckIndexAsynchronous (Function)
Checks that the data contained in the index file (.NDX file) correctly references the data contained in the HFSQL Client/Server data file (.FIC file). This new function is available from WINDEV Suite SaaS 2025 - Update 2....
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
<Table>.SelectToFile (Function)
Positions on the data file record corresponding to a row selected in the multi-selection Table control based on a data file.
<Source>.Add (Function)
Add: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
HErrorPassword (Function)
After the execution of a read or write function in a data file, used to find out whether an error caused by a wrong password occurred on this data file.
RowDetailsBinding (Property)
The RowDetailsBinding property allows you to identify and modify the data binding used to display the details of a row in a Table control based on a data file.
User Groupware: Creating and installing the executable
The executable of an application that supports the User Groupware is a multi-instance executable....
WDOptimizer: Editing and modifying a ".REP" file
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
grAddData (Function)
Adds a data into a chart.
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
<Source>.ChangeConnection (Function)
Dynamically changes the connection associated with a data file.
HChangeConnection (Function)
Dynamically changes the connection associated with a data file.
HugeFile (Property)
The HugeFile property is used to configure the maximum size of a data file.
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
<Destination>.CopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......