ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Source>.Mode (Function)
Changes the mode and the method for locking tables.
<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>.FreeQuery (Function)
Releases query resources (following use of HExecuteQuery or HExecuteSQLQuery functions).
<Source>.ExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL table, from a query or from an HFSQL view into a physical file (on disk).
<Source>.TransactionFree (Function)
Transforms all "in transaction" records into "Normal" records if they do not belong to an ongoing transaction.
<Source>.DeleteView (Function)
Deletes a previously created view. This function uses the former view mechanism.
<Source>.Modify (Function)
Modifies the specified record or the record found in memory in the table (query or view).
<Source>.RetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
<Source>.Alias (Function)
Creates a logical alias of a table (or query) or cancels all existing aliases.
<Source>.ExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
<Source>.ActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
<Source>.Free (Function)
Transforms the crossed records (HCross) into deleted records.
<Source>.Index (Function)
Rebuilds the file index (".NDX" file).
<Source>.PrepareSQLQuery (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.
<Source>.StatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
<Source>.InfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server table....
<Source>.DescribeFile (Function)
Describes a table programmatically.
<Source>.UnlockFile (Function)
Unlocks the records of a table: locked by HLockFile. individually locked by a locking read function....
<Source>.Out (Function)
Allows you to find out whether the record on which you want to be positioned is located outside the table, filter, view or query.
<Source>.Open (Function)
Opens a table.
<Source>.ImportText (Function)
Imports a Text 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>.SetMemo (Function)
Used to modify the management mode of memo items.
<Source>.Creation (Function)
Creates an empty table (extension ".FIC") with index file, full-text index file, spatial index file, and memo file if required.
<Source>.First (Function)
Sets the position on the first record of a table according to the specified browse item.
<Source>.ChangeName (Function)
Modifies the physical name of a table.