ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Report with parameters
When printing a report, you have the ability to pass parameters to this report......
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.
grSeriesLabel (Function)
Initializes the label of a data series in a chart.
grType (Function)
Identifies or modifies the type of chart.
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
Check: Test of a WLanguage code
The monitoring robot is used to compile and run the WLanguage code entered......
xmlReader (Type of variable)
The xmlReader type is used to read an XML document without loading it in memory.
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
Events associated with Edit controls
WLanguage events associated with Edit controls...
SQLChangeConnection (Function)
Modifies the current connection.
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
GDPR: an audit of data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
htmlAttribute (Type of variable)
The htmlAttribute type is used to define all the advanced characteristics of an attribute of an element in an HTML document.
PythonExecute (Function)
Executes a function present in a Python module.
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
HDescribeItem (Example)
Usage example of the HDescribeItem function
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
ChangeStyle (Function)
Modifies the style of a control dynamically.
fDate (Example)
Usage example of the fDate function