ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Source>.CheckStructure (Function)
Defines the mode for comparing tables.
<Source>.CancelSeek (Function)
Cancels the current search criterion.
<Source>.ExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
<Source>.Last (Function)
Sets the position on the last record of a table according to a browse item.
<Source>.ListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
<Source>.StatNbRec (Function)
Returns the number of entries for a given key item.
<Source>.ExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
<Source>.FilterContains (Function)
Defines and enables a "Contains" filter on a table, view or query.
<Source>.Reset (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....
<Source>.Password (Function)
Defines the password used to create or open a table.
<Source>.LogRestart (Function)
Restarts the logging process on a file.
<Source>.MigrateLinkedCompositeKey (Function)
Migrates the values of the linked composite keys coming from a file in Hyper File 5.5 format to the HFSQL Classic format.
<Source>.DuplicateRecord (Function)
Duplicates the record read in a table: the record found in memory is added into the table (query or view).
<Source>.ModifyStructure (Function)
Used to update the structure of an HFSQL table by performing an automatic data modification (also called data synchronization).
<Source>.SavePosition (Function)
Stores the current context of a table: current record, filter, read pointers.
<Source>.CheckUnaltered (Function)
Checks that one or all records in an unalterable table have not been modified (e.g. with a hexadecimal editor).
<Source>.Write (Function)
Writes a record into a table without updating the indexes corresponding to all keys used in the table.
<Source>.JSONToRecord (Function)
Imports JSON data into the current record.
<Source>.CreateIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
<Source>.Cross (Function)
Crosses a record in a table.
<Source>.FilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
<Source>.ImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile)....
<Source>.ChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL table.
<Source>.Security (Function)
Enables or disables the automatic security mechanism on one or more tables.
<Source>.InfoLock (Function)
Returns information about the lock set on a table, on one or all the records in a table.