ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
Process (Variable type)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
Replication functions
Three types of replication are proposed......
gglConnection (Variable type)
The gglConnection type is used to describe a connection to the Google services and to manage the authentication to different services...
Polygon2D (Variable type)
The Polygon2D type is used to define all the advanced characteristics of a 2D polygon.
Address (Variable type)
The type Address type is used to manipulate the address of a place or person.
InfoWithTimeoutAsynchronous (Function)
Displays a custom message in a non-blocking system information window for a given amount of time.
KioskEnable (Function)
Switches the current Android application to kiosk mode.
Watermark (Variable type)
The Watermark type is used to handle the text printed in watermark in the reports created with the report editor or programmatically.
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......
iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
Spreadsheet control events
You can create a skin template from an existing skin template (provided by PC SOFT, for example)......
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
mqttSession (Type of variable)
The mqttSession type is used to define the parameters for connecting to the MQTT broker.
Date (Type of variable)
The Date type enables you to easily handle the dates...
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
SCM: Working in Offline mode
The Source Code Manager allows you to easily work in offline mode......
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
DotNetDelegate (Function)
Initializes a.NET delegate.
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.