ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used...
Remote HFSQL Administrator: Overview
The remote HFSQL administrator is a WEBDEV site installed with the WEBDEV application server and used to remotely manage the HFSQL Client/Server databases installed on the Web server...
DB2 Native Connector: Features and notes
The following paragraphs present the main aspects and specific features of the Native DB2 Connector...
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV offer an optional Native Oracle Connector (also called Native Oracle Access...
Comparison operators
The comparison operators can be divided into several categories...
HQueryExecuted (Function)
Determines if a query has been executed.
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
HListStopWord (Function)
Returns the list of stop words used by a full-text index.
<Source>.QueryExecuted (Function)
Determines if a query has been executed.
Native DB2 Connector for WINDEV and WEBDEV
WINDEV and WEBDEV offer an optional Native Connector to DB2...
HErrorDuplicates (Function)
Used to check whether a duplicate error occurred.
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
Installing version 2024
Cherche les éléments d'un noeud HTML correspondant à une balise....
<Source>.LockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
<Source>.Creation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
<Source>.CreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file...
<Source>.DuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file...
<Source>.Cross (Function)
Crosses a record in a data file.
<Source>.StatDate (Function)
Returns the date of the last update for the index statistics.
<Source>.First (Function)
Sets the position on the first record of a data file according to the specified browse item.
<Connection variable>.SetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
Type (Property)
The Type property is used to get: the type of element (data file or item) defined...
The Control Centers
Control Centers provide a global vision of a given area, whether on the development phase,...
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL...
<Source>.Delete (Function)
Deletes a record from a data file (query or view).
<Source>.StatTime (Function)
Returns the time of the last update for the index statistics.
<Source>.ListLink (Function)
Returns the list of links (Merise type) found in the current analysis or in a specific analysis.
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
HCross (Function)
Crosses a record in a data file.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file...