ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Camera>.Photo (Function)
Allows you to take a photo from an Android device with the properties of the Camera control passed as parameter.
<Camera>.StartDecoding (Function)
Starts decoding bar codes in a Camera control.
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
How to use an array of structures?
An array of structures is an Array variable......
<Camera>.Configure (Function)
Allows you to configure the video capture driver.
<Camera>.Display (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
<Camera>.Stop (Function)
Stops playing or recording a video in a Camera control. Function kept for "Version-26-compatible" Camera controls....
<Camera>.Capture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
<Camera>.SetDriver (Function)
Connects the "Camera" control to a specific driver for video capture.
Range Area chart
The Range Area chart is used to show a variation between a high and a low value......
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
Polar Area charts
Polar Area charts are similar to Pie charts. However, each segment has the same angle......
<Camera>.Status (Function)
Returns the status of a Camera control. Function kept for "Version-26-compatible" Camera controls....
<Camera>.VideoStop (Function)
Stops the video recording previously started by CameraVideoStart.
<Camera>.VideoStart (Function)
Starts recording a video via a Camera control in an Android or iOS application.
Camera control properties
You can handle Camera controls in a window using the following WLanguage properties......
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
1. Examples provided with WINDEV Mobile
13. Security benefit: managing the "Back" button
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
13. Reports
WINDEV Mobile allows you to easily create and print all types of reports with the report editor....
Additional setup modules
The setup wizard allows you to include additional modules in the setup. The additional modules are used to add additional options to the setup program and to access the advanced setup parameters....
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
Replication: The different types
The data replication is a powerful feature......
Error 1060: Unable to call method without parameter: add ()