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>.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......
Multiple setup of same site on the same server
The same site can now be automatically installed on the same server without having to rename the project......
WEBDEV concepts
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....
Installing a Webservice (old format)
Image editor: Features
The image editor includes several features......
Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
<Connection variable>.CopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
Replication: The different types
The data replication is a powerful feature......
19. Upload: Sending files to the server
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).
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
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 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......
Control Centers: Working in offline mode
When working on a laptop computer or on an offline computer, you may want to continue working with the data found in the Control Centers (schedule management, quality management, etc....
VideoRequestPermission (Function)
Requests permission to use the device's camera....
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......