ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LOOP statement
The statement block is repeated endlessly...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
ToastDisplayPopup (Function)
Displays a popup page during a given duration in order to display a "Toast" message.
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
Events associated with TreeView controls
List of events associated with TreeView controls...
Printing the content of a Spreadsheet control (AAF)
Spreadsheet controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
Creating the Vision windows of the WINDEV RAD pattern
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
Control constants
List of constants used by the functions for managing controls...
The HTML control
The HTML control displays HTML pages or HTML code......
Main characteristics of a List Box control
The main characteristics of a List Box control are as follows......
Sound (Function)
Plays a sound in WAV format.
Handling a Repositionable Note control through programming
A Repositionable Note control can be handled through programming......
Crosstab report
The report editor allows you to create "Crosstab" reports......
Installing an application server
There are several steps to install the WEBDEV Application Server on a Linux server......
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
Report editor: options and keyboard shortcuts
Several toolbars are displayed in the report editor......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
The Image control
The Image control is used to......
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed in the Scheduler control......
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......