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.
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).
HCheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
HState (Function)
Used to find out the state of a record.
HImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
2. Managing emails (POP3/IMAP/SMTP)
POP3/IMAP and SMTP are email management protocols recognized by all service providers...
Integrated OCR (Optical Character Recognition) management functions
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
Manipuler un champ Editeur_HTML par programmation
Abre una ventana cuyo resultado se recuperará a través de una Procedure WLanguage ("callback").
Sub-query
A sub-query is a query whose result is used by another query......
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......