ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HPrevious (Function)
Sets the position on the previous record of the table according to a browse item.
HChangeKey (Function)
Changes the browse item.
HAdd (Function)
Adds: the record found in memory into the table (query or view). the record found in a Record variable into the table (query or view)....
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
HExportXLS (Function)
Exports records from a table (HFSQL or OLE DB), view or query to an Excel file (XLSX).
Ad Hoc deployment
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of gglCalendar events, ...). of a WLanguage list....
HExportCSV (Function)
Exports the records found in a table (HFSQL or OLE DB), a view or a query to a CSV file.
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
HNext (Function)
Sets the position on the next table record according to a browse item.
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
Manipulating a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
HChangeConnection (Function)
Dynamically changes the connection associated with a table.
OCRExtractTextBlock (Function)
Returns all the text blocks of an image.
HFilter (Function)
Defines and enables a filter on a table, view or query.
HOnError (Function)
Customizes the management of HFSQL errors.
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......