ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.BuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
<Source>.ListItem (Function)
Returns the list of items in a data file (query or view) recognized by the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account.
<Source>.ListKey (Function)
Returns the list of keys found in a file (query or view) recognized by the HFSQL engine.
<Array>.AllFalse (Function)
Returns True if all the elements of an array are False.
<Array>.AllTrue (Function)
Returns True if all the elements of an array are True.
<Array>.AnyFalse (Function)
Returns True if at least one element of an array is False.
<Array>.AnyTrue (Function)
Returns True if at least one element of an array is True.
<Source>.ChangeLocation (Function)
Modifies the search mode of physical data files (.FIC, .NDX, ...).
<Source>.Free (Function)
Transforms the crossed records (HCross) into deleted records.
<Source>.ChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
<Source>.ChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
<Source>.CompareItem (Function)
Compares two values by sorting them according to the specified HFSQL index item: all the sort options specified for the item are taken into account (sensitivity to the case, to the punctuation, sort direction, Unicode language, ...).
<Source>.ChangeConnection (Function)
Dynamically changes the connection associated with a data file.
<Destination>.CopyRecord (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....
<Source>.Creation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
<Source>.RecordDate (Function)
Returns the date and time that an HFSQL record was last modified (Classic or Client/Server)....
<Source>.Declare (Function)
Declares a description of data file (found in an analysis) in the current project.
<Source>.DeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
<Source>.Security (Function)
Enables or disables the automatic security mechanism on one or more data files.
<Source>.Last (Function)
Sets the position on the last record of a data file according to a browse item.
<Source>.DeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
<Source>.DeactivateAutoFilter (Function)
Disables an automatic filter on the linked files when browsing an XML file.
<Source>.DeleteTrigger (Function)
Deletes a trigger.
<Source>.DuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
<Source>.DescribeFile (Function)
Describes a data file programmatically.