ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Break in a report
The break is used to group the records corresponding to a sort criterion......
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
Set of fonts (WEBDEV site)
The browser support the most common fonts by default......
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
The Sliding Banner control
The Sliding Banner control is used to display several contents successively, either automatically, or further to an action performed by the Web user......
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
Configuring Automatic Update
Automatic Update is an application that allows you to automatically or manually update the different PC SOFT products you own......
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
HTML constants
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
"?" menu
WINDEV proposes a help menu adapted to your applications......
Handling the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
gglEvent (Type of variable)
The gglEvent type is used to describe and modify an event of a calendar...
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
LooperToExcel (Function)
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory Looper control).
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
fTime (Example)
Usage example of the fTime function