ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
btleService (Type of variable)
The btleService type is used to handle a Bluetooth Low Energy service ("Bluetooth GATT Service").
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
The HTML Edit control: Automatic formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable......
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set of Beacons.
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
LDAPRenameAttribute (Function)
Renames an attribute.
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
7. Multilingual applications in practice
The Clickable Image control
The Clickable Image control can be used to......
MaxWidth (Property)
The MaxWidth property is used to get and change the maximum width of a control or window.
Monitoring robot overview
WINDEV, WEBDEV and WINDEV Mobile include a monitoring robot......
State (Property)
The State property is used to get and change the state of an element.
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
StatusBarDeleteCell (Function)
Deletes a cell from the status bar of the current window.
InputType (Property)
The InputType property is used to identify or change the type of input supported by a control: Duration, Date, Numeric, etc.
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
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....
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.