ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HOnError (Function)
Customizes the management of HFSQL errors.
SAP ASE Native Connector (Sybase): Programming with HFSQL functions
To use a Sybase database with Native Connector, the structure of Sybase tables must be imported into the WINDEV or WEBDEV database schema......
Project description: Files tab
The project description window allows you to configure various elements of your project......
NbThumbnail (Property)
The NbThumbnail property is used to get the number of thumbnails generated for an item.
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
SourceToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
WDInst: configuring the directory of the data files and the directory of the files of user groupware
The setup editor WDInst ("Tools......
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
Constants for manging the replication
List of constants used by the functions for managing the replication....
MaxThumbnailHeight (Property)
The MaxThumbnailHeight property is used to get and change the maximum height of a thumbnail of an Image item (binary memo).
HOpenAnalysis (Function)
Opens a database schema in HFSQL Classic format.
Native Informix Connector: Programming with HFSQL functions
To use an Informix database with the Native Connector, import the structure of Informix tables into the WINDEV or WEBDEV analysis......
InfoThumbnailGeneration (Property)
The InfoThumbnailGeneration property is used to determine if the thumbnails of an item have been generated successfully.
HCheckIndex (Function)
Checks whether the data found in the index table (.NDX file) properly refers the data found in the table (.FIC file).
HRead (Function)
Reads a record in a file according to a given record number.
MaxThumbnailWidth (Property)
The MaxThumbnailWidth property is used to get or change the maximum width of a thumbnail of an Image item (binary memo).
Docker image of the HFSQL server
A Docker container with the HFSQL server is available on Docker Hub......
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.