ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Start of Document block
The Start of document block is printed once at the beginning of the report execution......
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
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......
Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
iMargin (Function)
Defines the "logical" print margins.
Displaying a report in PDF format in the browser of the Web user
To display a report in PDF format in the browser of the Web user, you must......
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
Creating the Form pages of a WEBDEV RAD pattern
The Chart control: Characteristics in the editor
Regardless of the type of chart displayed in the Chart control, all its characteristics can be configured via its description window......
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
iCreateFont (Function)
Creates a new print font.
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
HJSONToRecord (Function)
Imports JSON data into the current record.
<Source>.JSONToRecord (Function)
Imports JSON data into the current record.
Chart control properties
A Chart control can be used......
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
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......
iWindowCancel (Function)
Configures the print cancel window..
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
Using an external component in an application
A component can be reused at any time in any application......
Displaying a report in HTML format in the browser of the Web user
To display a report in HTML format in the browser of the Web user, you must......
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......
Creating the Table pages of the WEBDEV RAD pattern