ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.ReadSeek (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).
<Source>.LogRestart (Function)
Restarts the logging process on a file.
<Source>.LogStop (Function)
Stops the log process of a file.
<Source>.FreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
<Source>.ListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
<Source>.ListStopWord (Function)
Returns the list of stop words used by a full-text index.
<Source>.ListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
<Source>.ListSynonym (Function)
Returns the list of synonyms used by a full-text index.
<Source>.Read (Function)
Reads a record in a file according to a given record number.
<Source>.ReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
<Source>.ReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
<Source>.ReadFirst (Function)
Sets the position on the first record according to a browse item.
<Source>.LogRecreate (Function)
Used to re-create an empty log.
<Source>.ReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
<Source>.ReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
<Source>.ReadNext (Function)
Sets the position on the next data file record according to a browse item.
<Source>.UpdateLink (Function)
Updates on the server all the links of an HFSQL Client/Server data file....
<Source>.Mode (Function)
Changes the mode and the method for locking data files.
<Source>.Modify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
<Source>.ModifyStructure (Function)
Used to update the structure of an HFSQL data file by performing an automatic data modification (also called data synchronization).
<Source>.NbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
<Source>.Open (Function)
Opens a data file.
<Source>.Password (Function)
Defines the password used to create or open a data file.
<Source>.GetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
<Source>.Previous (Function)
Positions on the previous file record according to a browse item.