ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HExportCSV (Function)
Exports the records found in a table (HFSQL or OLE DB), a view or a query to a CSV file.
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)....
HExportXLS (Function)
Exports records from a table (HFSQL or OLE DB), view or query to an Excel file (XLSX).
HNext (Function)
Sets the position on the next table record according to a browse item.
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....
HPrevious (Function)
Sets the position on the previous record of the table according to a browse item.
DnD constants
List of constants used by the functions for managing the Drag and Drop....
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
Data model editor: types of links
Several types of links can be found between the files......
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......
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......
OCRExtractTextBlock (Function)
Returns all the text blocks of an image.
OCRLoadLanguage (Function)
Adds a language to the native OCR system.
Displaying a different content on each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls......
Analysis links
The links are used to link the files found in an analysis between themselves......
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......