ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing Google contacts
The Google Contact service is used to manage contacts on Internet......
DocInsertTable (Function)
Inserts a table into a Word Processing document.
TestCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
TestCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end of its execution.
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
Body Complement block
The Body complement block is linked to the Body block......
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
awSendAndGetInfo (Function)
Sends data from an iOS phone to an Apple Watch (or conversely) while expecting a response.
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
Address (Type of variable)
The Address type is used to manipulate the address of a place or person.
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
notificationFormat (Type of variable)
The notificationFormat type is used to describe the display format of a notification when this one is expanded.
Background (Type of variable)
The Background type defines the advanced characteristics of the element background.
Events associated with Link controls
List of events associated with Link controls...
BTChangeVisibility (Function)
Changes the visibility of a Bluetooth radio.
ControlFindTextFirst (Function)
Finds and selects the first element corresponding to the sought text in a window or control.
OpenMainMenu (Function)
Opens the main menu of the current window.
How to fill a TreeView Table control?
This help page explains how to populate a TreeView Table control programmatically....
Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce battery consumption or to make the device easier to use in a low-light environment......
Pre-launched sessions
A pre-launched session is a session of a Web site (or webservice) automatically started on the Web server from the WEBDEV Application Server......
HConnect (Example)
Usage example of the HConnect function