ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Manipulating Map controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....
Handling an element of a TreeView control programmatically
This help page explains how to handle the elements of a TreeView control either directly or via the WLanguage functions......
Running a query and handling the result in WLanguage
The selection of records performed by query is not necessarily displayed in a report, in a window, ......
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
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......
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
grSeriesColor (Function)
Initializes the color of a series or the color of a section.
<Chart>.SeriesColor (Function)
Initializes the color of a series or the color of a section.
Select query description window
The description window of a select query includes several sections......
CertificateSelect (Function)
Opens a window for selecting the certificates. The listed certificates are the certificates installed in the personal store.
NFCReadTag (Function)
Starts reading a NFC tag or enables the detection of NFC tags for the current window.
BTLECharacteristicChangeOfValue (Function)
Enables or disables the detection regarding the change of value for a Bluetooth Low Energy characteristic.
<btleCharacteristic variable>.ChangeOfValue (Function)
Enables or disables the detection regarding the change of value for a Bluetooth Low Energy characteristic.
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
<Image variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in an Image variable.
<WDPic variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in a WDPic variable.
<picLayer variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in a picLayer variable.
<Chart>.CategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
SCM administrator: Merge of repositories
The merging of repositories makes it possible to combine projects from several repositories into a single repository......