ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
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......
Project description: Style tab
The project description window allows you to configure various elements of your project......
gglMapParameter (Variable type)
The gglMapParameter type is used to define the advanced characteristics of a map...
How to open a page?
Give the Procedure to call in case of error in the execution of javascript in an HTML control...
Pivot Table control in a report
The report editor allows you to create "Crosstab" reports......
SysDirExternalStorage (Function)
Returns the path of the directory that will be used to store files in the external storage space of the Android device.
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
"?" menu
WINDEV proposes a help menu adapted to your applications......
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
Extracting messages added or modified since last extraction
A project was already created and translated......
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
FileDisplay (Example)
Usage example of the FileDisplay function
FTPConnect (Example)
Usage example of the FTPConnect function
zipFindFile (Example)
Usage example of the zipFindFile function