ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

LOOP statement
The statement block is repeated endlessly...
Handling a Looper control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Looper control by programming......
List,Get (External language)
Retrieves the value of a given element or the value of the selected element in a drop-down list or in an expanded list.
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
HFound (Function)
Checks whether the current record corresponds to the current filter or search.
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
Events associated with Table controls
List of events associated with Table controls...
Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones or tablets via a Bluetooth connection......
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
Events associated with Combo Box controls
List of events associated with Combo Box controls...
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
RegistryCreateKey (Function)
Creates a key in the Windows registry.
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
Events associated with the columns (Table control)
List of events associated with the columns of Table controls...
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......
WDOptimizer: Editing and modifying a ".REP" file
Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
DnD constants
List of constants used by the functions for managing the Drag and Drop....