ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Principle for running threads
At runtime, an application runs in a main thread......
btleDevice (Type of variable)
The btleDevice type allows you to handle a device that uses the Bluetooth Low Energy technology.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
J2EERun (Function)
Runs a procedure on a server of J2EE XML Web services.
DotNetDelegate (Function)
Initializes a.NET delegate.
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
The "Waterfall" charts
The "Waterfall" chart is a bar chart used to represent the positive or negative additions of several categories......
Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones or tablets via a Bluetooth connection......
Android Widget windows
An Android application can contain one or more Widget windows......
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
Handling a Web Component control through programming
fSelect (Function)
Opens the Windows file picker.
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
H.LanguageCreationUnicode (Variable)
Allows you to define the characteristics of the sort for the Unicode items found in a data file.
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
Document (Type of variable)
The Document type is used to handle a "docx" document.
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
TableMode (Function)
TableMode is kept for backward compatibility.
Constants for managing XLS files
List of constants used by the functions for managing XLS files....
saasClient (Type of variable)
The saasClient type is used to define the advanced characteristics of a SaaS client account.
fWriteLine (Example)
Usage example of the fWriteLine function