ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CameraStopDecoding (Function)
Stops decoding bar codes in a Camera control.
CameraStartDecoding (Function)
Starts decoding bar codes in a Camera control.
ConsoleError (Function)
Writes a character string in the standard error output stream "stderr".
ConsoleRead (Function)
Reads a string in the standard input stream "stdin".
ConsoleWrite (Function)
Writes a character string in the standard output stream "stdout" (also called "console").
Tutorial
A tutorial is supplied with WINDEV, WEBDEV and WINDEV Mobile......
Creating a select query
A select query (corresponding SQL statement......
Operations performed on component diagrams
The following paragraphs explain......
The HTML Display control
The HTML Display control displays a web page in an application......
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Manipulating Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be manipulated programmatically......
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
MultimediaStop (Function)
Stops playing a media file found in a Multimedia control.
MultimediaBeginning (Function)
Positions at the beginning of the media file played in the Multimedia control.
MultimediaClose (Function)
Closes the media file currently played in the Multimedia control.
MultimediaEnd (Function)
Positions at the end of media file played in the Multimedia control.
grDonutHolePercentage (Function)
Modifies the percentage corresponding to the radius of the hole in a Donut chart.
<Chart>.DonutHolePercentage (Function)
Modifies the percentage corresponding to the radius of the hole in a Donut chart.
Share your projects via Git
Git is a source code manager......