ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.
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)......
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
Other operators
The following are additional operators......
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
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....
HDescribeConnection (Function)
Describes a new connection to an external database.
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......
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
AuthToken (Type of variable)
The AuthToken type contains the characteristics of a token to access a web service.
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......
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
Phone (Type of variable)
The Phone type is used to handle a phone number as well as its type (home, work, ...).
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
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......
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...