ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
PVTCalculateUpdate (Function)
Updates some of the data found in a Pivot Table control from a given date.
Type of pages created by RAD
The page creation wizard shows different types of pages associated with HFSQL data files......
Managing the Bluetooth keys
Create a new type of application! With no contact between the PC and the mobile device, several processes can be run on the PC by using the data found on the mobile device......
Creating a skin template from an existing skin template
You can create a skin template from an existing skin template (provided by PC SOFT, for example)......
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
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).
WDModFic : Tool for automatic modification of data files
WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers......
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......
Chart control: "Series" tab
The "Series" tab is used to define the different series used in the Chart control as well as the source of category labels......
BurnerSave (Function)
Burns the files found in the compilation onto the CD or DVD.
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
The "Area" charts
The Area chart is used to highlight the amplitude of a change......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
LowerValue (Property)
The LowerValue property is used to: Get the lower bound of the interval currently selected in a Range Slider control. Change the lower bound of the interval currently selected in a Range Slider control....
UpperValue (Property)
The UpperValue property is used to: Get the upper bound of the currently selected interval in a Range Slider control. Change the upper bound of the currently selected interval in a Range Slider control....
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width, Height) in 2 dimensions.