ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

DnD constants
List of constants used by the functions for managing the Drag and Drop....
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....
HPrevious (Function)
Sets the position on the previous record of the table according to a browse item.
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
HExportXLS (Function)
Exports records from a table (HFSQL or OLE DB), view or query to an Excel file (XLSX).
Logical Data Model (LDM)
A Logical Data Model (LDM) is used to describe the data structures (files, items, ......
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......
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
HChangeKey (Function)
Changes the browse item.
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
HNext (Function)
Sets the position on the next data file record according to a browse item.
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.
OCRLoadLanguage (Function)
Adds a language to the native OCR system.
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......