ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
ComponentList (Function)
Returns the list of external components (".WDK" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site.
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
HFilter (Function)
Defines and enables a filter on a data file, view or query.
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).
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....
Characteristics of non-maximized windows
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
ComponentLocate (Function)
Specifies the access path to an external component of project.
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
Customizing the User Groupware
Managing Responsive Web Design in your Web pages
Websites can be viewed on several platforms......
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
Logical Data Model (LDM)
A Logical Data Model (LDM) is used to describe the data structures (files, items, ......
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......
OCRExtractTextBlock (Function)
Returns all the text blocks of an image.
Clipping the window according to an image
An image can be used to easily define the shape of a window......