ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
How to choose the data source of a control?
This help page presents the different data sources available for a control....
TwoFactorAuthenticationGenerateLink (Function)
Generates a link to register an account in an authentication application. When associated with a Bar Code control, this link will show a QR code that can be scanned in the authentication app installed on the phone.
CheckSpell (Property)
The CheckSpell property is used to enable or disable the automatic spelling checker.
Edit options of a report
The report editor allows you to......
1. Windows generated using the RAD methodology
The RAD (Rapid Application Development) is used to create windows from......
Asc (Function)
Returns the ASCII code of the specified character.
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
InServiceMode (Function)
Indicates whether the code is run in a service.
InPHPMode (Function)
Indicates whether the code is run in PHP.
InJavaMode (Function)
Indicates whether the code is run in Java.
Context menu of Organizer controls (AAF)
Each Organizer control found in a window proposes a menu to the user......
Handling an element of a TreeView control programmatically
This help page explains how to handle the elements of a TreeView control either directly or via the WLanguage functions......
Printing reports from a WEBDEV site
By default, the "Print" icon allows the Web user to print the current site page......
ERR_BAD_FILE
CheckMarkStyle (Property)
The CheckMarkStyle property gets and sets the check icon of a menu option. This icon appears only if the menu option is checked.
Handling a Range Slider through programming
WINDEV allows you to handle a Range Slider control through programming......
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format......
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key......
Events associated with List Box controls
List of events associated with List Box controls...
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
Query technical documentation
The query editor automatically creates a technical documentation for each query......
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.