ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SpellAvailable (Function)
Indicates whether a dictionary is available for the spelling checker (check performed in the controls that use the integrated correction or check performed by WLanguage functions).
BackgroundTaskList (Function)
Returns the list of background tasks for the application.
PopupClosePage (Function)
Hides a page displayed as a popup via PopupDisplayPage.
LineHeight (Property)
The LineHeight property is used to get and change the height of the rows: in a List Box control, in a ListView control (standard display mode only), in a Table control, in a Combo Box control, in a Looper control (height of the row), in an Organizer control....
Manager of automated tests
The test manager is used to......
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
ChangeAction (Function)
Used to specify the action to perform when the HTML page displayed in the browser is no longer synchronized with the page context on server.
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
Error 1017: The method is not global: use: to access it
Remote WEBDEV administrator: Configuration to use the statistics
A specific account dedicated to the management of statistics is required to access the statistical module. This account can be created via the remote administrator....
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
Error 1006: The member is not global: use: to access it
Unnecessary confirmation dialogs? Use automatic validation
ChangeSourcePage (Function)
Dynamically changes the page displayed in an Internal Page control
Android: Conditions for using the Map control (before version 180056)
The Map control is using the Google Maps API library. The Map control displays data coming from the Google Maps service....
<ParallelTask variable>.RequestCancellation (Function)
Requests the cancellation of a parallel task.
Managing Bluetooth Low Energy devices
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption......
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
HaspHLLogout (Function)
Closes the connection of the application to a Hasp key.
HaspHLEncrypt (Function)
Encrypts a character string by using the algorithms of the specified Hasp key.
HaspHLDecrypt (Function)
Decrypts a character string by using the algorithms of the Hasp key.
HaspHLRead (Function)
Reads data (character string or buffer) in the internal memory of the Hasp key.
Report with parameters
When printing a report, you have the ability to pass parameters to this report......