ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Source>.JSONToRecord (Function)
Imports JSON data into the current record.
<Source>.RestorePosition (Function)
Restores the previously saved context of a file (function HSavePosition): record in progress, filter, playback pointers.
<Source>.DeactivateAutoFilter (Function)
Disables an automatic filter on the linked files when browsing an XML file.
<Source>.RecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
<Source>.RecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
HTransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
<Source>.ExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
<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).
HInfoLock (Function)
Returns information about the lock set on a table, on one or all the records in a table.
HRplDeclareLink (Function)
Declares a (1, 1) (0, n) link between two tables.
<Source>.State (Function)
Used to find out the state of a record.
HRplFilterProcedure (Function)
Defines the WLanguage procedure that will be called whenever a replication operation is performed on a specific file.
<Source>.Mode (Function)
Changes the mode and the method for locking tables.
HSubstDir (Function)
Associates the data directory specified in the database schema with a directory found on disk.
HDBDescribeField (Function)
Describes through programming each item found in the structure of an xBase file described by HDBDescribeFile.
HChangeConnection (Function)
Dynamically changes the connection associated with a table.
HInfoAnalysis (Function)
Returns information about an analysis (WDD file).
Query technical documentation
The query editor automatically creates a technical documentation for each query......