ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to populate a TreeView control using a data file?
By default, the TreeView control cannot automatically display the data coming from a data file......
<Table>.End (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
<Source>.DeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
How to retrieve the analysis structure through programming?
This help page explains how to retrieve the analysis structure through programming....
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis......
Managing HFSQL Classic data files
The HFSQL Control Center allows you to fully manage HFSQL Classic data files......
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......
CertificateSignFile (Function)
Creates the signature of a file. This signature can be stored in a Buffer variable or in a text file.
Unalterable (Property)
The Unalterable property is used to configure the unalterability of a data file: the data file cannot be modified; only additions can be made.
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
SFAdd (Function)
Creates a record in a file of a Salesforce database.
fCreateLink (Function)
Creates a link on a file at the specified location.
<sfConnection variable>.Add (Function)
Creates a record in a file of a Salesforce database.
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
HRecreateSubscriberReplica (Function)
Re-creates the description file of a subscriber replica (universal replication only) according to the information of the master replica (.RPM and.SYN files).
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
HInfoFileProperty (Function)
Allows you to find out the properties of a data file located in an HFSQL server.
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications......
Error 404: The file for HFSQL browse cannot be an expression of this type
<Source>.DuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
GenerationNumber (Property)
The GenerationNumber property is used to get the generation number of the physical data file associated with the logical data file.
TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.