ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Android Widget windows
An Android application can contain one or more Widget windows...
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.
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
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......
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Constants for managing Table, Treeview Table, Looper and List Box controls
List of constants used by the functions for managing Table, TreeView Table, Looper and List Box controls....
Calling a procedure/a function
Syntax for calling a local or global procedure.