ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HStatDate (Function)
Returns the date of the last update for the index statistics.
Zombie data files and items
During the life of an application, items live and die......
HRecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
HListSynonym (Function)
Returns the list of synonyms used by a full-text index.
HListStopWord (Function)
Returns the list of stop words used by a full-text index.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Year (Property)
The Year property is used to: Get the year from a Date or DateTime variable or item. Change the year in a Date or DateTime variable or item....
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
HStatTime (Function)
Returns the time of the last update for the index statistics.
xmlReader (Type of variable)
The xmlReader type is used to read an XML document without loading it in memory.
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
HUpdateLink (Function)
Updates on the server all the links of an HFSQL Client/Server data file....
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
OCRModelPathDirectory (Function)
Used to set the directory that contains the language models for the native OCR system.
OCRDeleteAllLanguages (Function)
Deletes all languages from the native OCR system.
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.