ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Polar Area charts
Polar Area charts are similar to Pie charts. However, each segment has the same angle......
<Camera>.Photo (Function)
Allows you to take a photo from an Android device with the properties of the Camera control passed as parameter.
<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......
Range Area chart
The Range Area chart is used to show a variation between a high and a low value......
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
Error 1060: Unable to call method without parameter: add ()
13. Reports
WINDEV Mobile allows you to easily create and print all types of reports with the report editor....
Replication: The different types
The data replication is a powerful feature......
11. Choosing the action of a button/link
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control......
Programming Looper controls based on a data file (prefix syntax)
These are the main concepts for programming Looper controls based on a data file......
Programming Table controls based on a data file (prefix syntax)
This page explains how to program Table controls based on a data file......
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
Image editor: Features
The image editor includes several features......
appServerScheduledTask (Type of variable)
The appServerScheduledTask type is used to manage a scheduled task of WEBDEV Application Server through programming (for a site or a webservice).
WEBDEV Account Manager
WEBDEV Account Manager allows you to easily host websites developed with WEBDEV......
PythonInitialize (Function)
Specifies the location of the Python DLL to be loaded.