ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Phone constants (Android / iOS)
BrightnessModify (Function)
Modifies the setting of the brightness for the device screen.
BrightnessAuto (Function)
Returns or modifies the activation status of the automatic adjustment of the brightness on the device.
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
Including the code
You want to include your code lines in a condition, in a structure, ......
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
TelemetryIdentifyUser (Function)
Identifies the current user for whom the telemetry data is saved.
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
iPrintDoc (Function)
Prints a document in "docx" format.
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
fWriteLine (Example)
Usage example of the fWriteLine function
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file....
H.NbRecModificationQuery
Used to find out the number of records added, modified or deleted when running the last query of the current context.
Constants for managing Scheduler and TimeLine controls
The following constants are used to manage Scheduler and TimeLine controls:...
PageInitialization (Function)
Resets to zero (or not) the controls found in the current page and starts the events for initializing the controls and the page.
Screen,Input (External language)
Starts the input in the controls of a window.
Constants for managing MongoDB databases
Constants used by the Mongoxxx functions...
fWrite (Example)
Usage example of the fWrite function