ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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)....
<Word Processing>.ToText (Function)
Creates a character string from the data of a Word Processing control.
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
Logical Data Model (LDM)
A Logical Data Model (LDM) is used to describe the data structures (files, items, ......
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....
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.
<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.
User Groupware: Creating and installing the executable
The executable of an application that supports the User Groupware is a multi-instance executable....
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......
WDOptimizer: Editing and modifying a ".REP" file
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....
<Source>.ChangeConnection (Function)
Dynamically changes the connection associated with a data file.
HChangeConnection (Function)
Dynamically changes the connection associated with a data file.
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......
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
HugeFile (Property)
The HugeFile property is used to configure the maximum size of a data file.
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
<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....
<Chart>.AddData (Function)
Adds a data into a chart.
<Chart>.GetData (Function)
Retrieves a data from a chart.
grGetData (Function)
Retrieves a data from a chart.