ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WinEdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used.
<Window>.EdSelectPlus (Function)
Selects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelectPlus (Function)
Selects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
grSurfaceDeleteMarkCaption (Function)
Deletes the captions of marks found in a Surface chart.
dLine (Example)
Usage example of the dLine function
InfoImage (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file: format. width and height. number of bits per pixel. transparent area....
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
ConsoleError (Function)
Writes a character string in the standard error output stream "stderr".
ConsoleRead (Function)
Reads a string in the standard input stream "stdin".
Functions for managing Dates and Times (prefix syntax)
List of functions for managing dates and times...
<Chart>.SurfaceAddData (Function)
Adds a data into a Surface chart.
<Chart>.SurfaceAltitudeColor (Function)
Defines the color used for the altitude (Z axis) in a Surface chart.
<Chart>.SurfaceMesh (Function)
Enables or disables the mesh on a Surface chart.
Date and Time management functions
List of functions for managing dates and times...
grSurfaceMesh (Function)
Enables or disables the mesh on a Surface chart.
grSurfaceAddData (Function)
Adds a data into a Surface chart.
grSurfaceAltitudeColor (Function)
Defines the color used for the altitude (Z axis) of a surface chart.
dBackground (Example)
Usage example of the dBackground function
Camera field: decode barcodes (prefix syntax)
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......