ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

18. Order of execution of the code of buttons/links
Android: The different types of notifications
Android proposes several types of notifications to inform the user......
Managing the Bluetooth keys
Create a new type of application! With no contact between the PC and the mobile device, several processes can be run on the PC by using the data found on the mobile device......
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......
Query based on query
Queries can be based on items from another query......
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
The Toolbar control
The Toolbar control is an advanced type of control, linked to a window......
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
Local procedure
Two types of procedures are available......
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
The Chart control: Characteristics in the editor
Regardless of the type of chart displayed in the Chart control, all its characteristics can be configured via its description window......
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
The Rating control
The Rating control allows the user to: indicate the popularity level of an element via repeated icons. find out the popularity level of an element via repeated icons....
Programming patterns
CAUTION......
Body block
The Body block corresponds to the main block of the report......
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Drop-down button
The drop-down button expands: a context menu. a popup window....