ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WLanguage functions available for a report
Most WLanguage functions can be used in the events of a report (created with the report editor)......
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site......
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only......
14. Controls in practice
Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard or the mouse......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
Scanning a document (via a WIA driver)
Windows Image Acquisition (WIA) is a Windows device driver interface and API that allows applications to scan documents using a scanner......
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
Heatmap chart
The Heatmap chart is used to represent in 2 dimensions data with 3 axes of values......
Environment of the report editor
Environment of the report editor...
Do not show a message again
The environment of WINDEV, WEBDEV and WINDEV Mobile often displays warning windows......
HCheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
gglMapParameter (Example)
Usage example of the gglMapParameter function
iPageEnd (Function)
Forces the move to the next page during the report print.
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
Preset page templates
The preset page templates provide some structures of pages corresponding to a wide range of sites and they also improve the re-usability and the graphic harmony between the projects......
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
Events associated with Chart controls
List of events associated with the Chart controls...
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min