ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
HCancelSeek (Function)
Cancels the current search criterion.
HChangeName (Function)
Modifies the physical name of a data file.
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
HErrorIntegrity (Function)
Used to check whether an integrity error occurred.
<Source>.FTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
<Connection variable>.ListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
HDBCreation (Function)
Ends the description of the structure of an xBase data file through programming.
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) through programming.
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
<Connection variable>.Priority (Function)
Finds out and modifies the priority of the calling application.
<Connection variable>.PriorityClient (Function)
Modifies the priority of a client application.
<Source>.ErrorModification (Function)
Returns the value of a record item when a modification conflict occurs..
Native DB2 Connector : Programming with SQL functions
The use of SQL functions to handle DB2 data does not require importing the file structure into the analysis......
<Source>.LinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
HCloseConnection (Function)
Closes a connection to a database.
HErrorModification (Function)
Used to: return the value of a record item if a modification conflict occurs. check if a modification conflict occurred....
HFTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
Natif DB2 Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to DB2......