ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HJSONToRecord (Function)
Imports JSON data into the current record.
<Source>.State (Function)
Used to find out the state of a record.
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
HCheckUnaltered (Function)
Checks that one or all records in an unalterable table have not been modified (e.g. with a hexadecimal editor).
HOpenComplementaryAnalysis (Function)
Opens a new database schema, but keeps the main database schema of the application.
HMode (Function)
Changes the mode and the method for locking tables.
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
HCloseAnalysis (Function)
Closes the current database schema (or all current database schemas in the case of a project with multiple database schemas).
HSeek (Function)
Positions on the first record of the table whose value for a specific item is greater than or equal to a search value (generic search by default).
HDBDescribeField (Function)
Describes through programming each item found in the structure of an xBase file described by HDBDescribeFile.
HDeactivateAutoFilter (Function)
Disables an automatic filter on the linked files when browsing an XML file.
HListProvider (Function)
Returns the list of OLE DB providers and/or Native Connectors installed on the current computer....
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
GDPR (Property)
The GDPR property is used to: find out if the GDPR applies to an item from a data file. define whether the GDPR should apply to an item (in the item description in the code only)....
<Source>.CheckUnaltered (Function)
Checks whether one or all records in an unalterable data file have not been modified (with an hexadecimal editor for example).
HChangeRplDir (Function)
Modifies the location for the description of subscriber replica (RPL file).
HRplDeclareLink (Function)
Declares a (1, 1) (0, n) link between two tables.
HState (Function)
Used to find out the state of a record.
HDeleteTrigger (Function)
Deletes a trigger.