ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
grParameter (Function)
Retrieves or modifies a chart parameter.
VideoStartDecoding (Function)
Starts decoding bar codes in a Camera control.
CameraStartDecoding (Function)
Starts decoding bar codes in a Camera control.
Time management
For each element (windows, reports, ......
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user......
Operations for synchronizing SCM
When creating an executable, a library or a component, ......
Image with automatic sequence (WEBDEV)
...Image controls with automatic sequence are used to view a series of images located in one or more site directories. The images are automatically browsed....
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
Pivot Table control in a report
The report editor allows you to create "Crosstab" reports......
Handling a Logical Data Model (LDM)
The main operations that can be performed on an LDM are as follows......
The Kanban control
Originally, Kanban is a Japanese method aimed at improving processes for a better, more efficient production cycle....
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
Properties associated with Tab controls
A Tab control found in a window or in a page can be handled by several WLanguage properties......
Properties associated with a supercontrol
List of properties associated with a supercontrol...
Looper control properties
You can manipulate Looper controls in a window or page using the following WLanguage properties......
gglPhoneNumber (Type of variable)
The gglPhoneNumber type is used to describe and modify the phone number of a contact...
Handling a chart in the editor
In the editor, a Chart control includes different sections......
WDInst : languages supported by the setup
If your applications must be installed in several countries, the setup editor WDInst gives you the ability to generate a multilingual setup......
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce battery consumption or to make the device easier to use in a low-light environment......
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....