ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating nested reports
Calculates the saturation of a color.
<Source>.JSONToRecord (Function)
Imports JSON data into the current record.
HJSONToRecord (Function)
Imports JSON data into the current record.
Chart control properties
A Chart control can be used......
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
Programming charts (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
iPageNum (Function)
Returns or initializes the number of the page currently printed.
Handling Spreadsheet controls programmatically (in a report)
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
Skin template
WINDEV, WEBDEV and WINDEV Mobile allow you to customize the interface of your applications via several preset interfaces......
Project comparator
Comparing two windows (two pages, two reports, two classes, ......
The Signature control
The Signature control is a report control used to sign......
<Source>.RecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
Z-index of a control
All the controls in a window or report have a different z-index......
Start of Break block (Break header)
The Start of break block is optional......