ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Android Widget windows
An Android application can contain one or more Widget windows...
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets...
Widget functions
Les bulles d'aide permettent d'aider rapidement l'utilisateur dans vos applications...
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
Handling Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically handle Button controls......
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project......
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
Properties associated with the control templates
Several WLanguage properties can be used to handle a control template in a window or in a page......
Events associated with the columns (Table control)
List of events associated with the columns of Table controls...
DownloadInfo (Type of variable)
The DownloadInfo type is used to read the different details about a download in progress retrieved by DownloadGetInfo.
AuthToken (Type of variable)
The AuthToken type contains the characteristics of a token to access a web service.
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
Handling a Looper control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Looper control by programming......
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.
HTML control properties
You can manipulate HTML controls in a window, page or report using the following WLanguage properties......
Properties associated with Tab controls
A Tab control found in a window or in a page can be handled by several WLanguage properties......
Properties associated with a supercontrol
List of properties associated with a supercontrol...
Looper control properties
You can manipulate Looper controls in a window or page using the following WLanguage properties......
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
Telemetry: Installing the server
To use the telemetry, you must install on a computer......
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web servers......