ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSecurity (Function)
Enables or disables the automatic security mechanism on one or more data files.
HEndNoModif (Function)
Unlocks a file that was locked by the same program with HNoModif.
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
HNoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
HRecNum (Function)
Returns: the number of the current record in the HFSQL data file. the number of the current record in the HFSQL view....
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
HPrepareQuery (Function)
Initializes a query and declares this query to the database server in order to optimize the next executions of this query.
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
HMigrateLinkedCompositeKey (Function)
Migrates the values of the linked composite keys coming from a file in Hyper File 5.5 format to the HFSQL Classic format.
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations performed in the SCM......
HImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
HTrackStop (Function)
Stops tracking a data file on an HFSQL server.
HInfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
Customizing the User Groupware
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
HJSONToRecord (Function)
Imports JSON data into the current record.
HCheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
HInitSubscriber (Function)
Initializes the range of automatic identifiers for the description file of subscriber replica (".RPL" extension).
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).