ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HChangeConnection (Function)
Dynamically changes the connection associated with a data file.
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
HActivateTrigger (Function)
Re-enables a trigger that was disabled by HDeactivateTrigger.
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
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)....
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.
HChangeRplDir (Function)
Modifies the location for the description of subscriber replica (RPL 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.
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
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).
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.
HDBDescribeField (Function)
Describes through programming each item found in the structure of an xBase file described by HDBDescribeFile.