ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

JSInfoEvent (Function)
Used to handle the JavaScript properties of the browser event that triggered the code execution.
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
LCommand (External language)
Returns the command line passed in parameter to the executable program.
grPointSize (Function)
Configures the size of a specific point in a Line or Scatter chart.
LineSpacing (Property)
The Interline property is used to set the line spacing of an element.
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
<Chart>.PointSize (Function)
Configures the size of a specific point in a Line or Scatter chart.
LineColor (Property)
The LineColor property is used to define the line color of a shape.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file....
<Image>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
<Image variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
<picLayer variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
<WDPic variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
WEBDEV: Native AS/400 Connector for PHP
WEBDEV allows you to create Internet or Intranet sites, in native mode or in PHP......
Creating a delete query
A delete query (corresponding SQL statement......
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
Error 1014: The access to the member of the class is restricted by a private inheritance
HTMLAfter (Property)
The HTMLAfter property is used to get and change the HTML code inserted after the control.