ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HCancelSeek (Function)
Cancels the current search criterion.
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
HChangeLocation (Function)
Modifies the search mode of physical data files (.FIC, .NDX, ...).
HBuildKeyValueANSI (Function)
Regardless of the platform used, the data stored in the HFSQL files is in ANSI format.
HChangeRplDir (Function)
Modifies the location for the description of subscriber replica (RPL file).
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
HChangeKey (Function)
Changes the browse item.
HChangeConnection (Function)
Dynamically changes the connection associated with a data file.
HChangeName (Function)
Modifies the physical name of a data file.
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).