ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HDeactivateAutoFilter (Function)
Disables an automatic filter on the linked files when browsing an XML file.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
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).
HJSONToRecord (Function)
Imports JSON data into the current record.
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
SCM: Project version changes
When several projects share elements in the same SCM, version changes of WINDEV, WEBDEV and WINDEV Mobile projects......
SCM file format evolutions
Four versions are available for the SCM repository......
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
HInitSubscriber (Function)
Initializes the range of automatic identifiers for the description file of subscriber replica (".RPL" extension).
HMode (Function)
Changes the mode and the method for locking data files.
HState (Function)
Used to find out the state of a record.
PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL table described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
HImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
WDTrans: Overview
WDTrans is a tool for canceling transactions......
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
HCheckUnaltered (Function)
Checks whether one or all records in an unalterable data file have not been modified (with an hexadecimal editor for example).
HWatchStop (Function)
Stops watching a table on an HFSQL server.
HWatch (Function)
Trigger monitoring of write actions (add, modify or delete) performed on a table present on an HFSQL server. In case of modification, a specific procedure can be triggered.