ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
<btleDevice variable>.GetAllServices (Function)
Retrieves all the services corresponding to a UUID.
<btleDevice variable>.GetAService (Function)
Retrieves the service of a Bluetooth Low Energy device corresponding to the specified identifier (UUID).
<Camera>.StartDecoding (Function)
Starts decoding bar codes in a Camera control.
WebSocketListConnectedUser (Function)
Lists the clients connected to the WebSocket server.
WebSocket functions (prefix syntax)
List of functions specific to WebSocket servers...
DriveSendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
Project Management Hub: Managing projects
Project Management Hub: Management of projects (view, creation, ...)...
DriveRename (Function)
Renomme un fichier ou un répertoire sur un disque distant.
VideoStopDecoding (Function)
Stops decoding a bar code in a Camera control.
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.
<Spreadsheet>.AddImage (Function)
Adds an image into the current worksheet of a Spreadsheet control.
<btleDevice variable>.Connect (Function)
Used to connect to a Bluetooth Low Energy device.
<btleCharacteristic variable>.GetADescriptor (Function)
Retrieves the descriptor of a Bluetooth Low Energy characteristic corresponding to the specified identifier (UUID).
DriveMoveDirectory (Function)
Move a directory and its contents to another directory on the same Drive (remote disk).
Developing 64-bit sites
You can deploy 64-bit compatible sites......
Languages supported by the setup
If your applications must be installed in several countries, the setup wizard proposes to generate a multilingual setup......
WinEdCreateNote (Function)
Creates a Repositionable Note control.
SpreadsheetAddImage (Function)
Adds an image into the current worksheet of a Spreadsheet control.
Functions for managing threads (prefix syntax)
List of functions for managing threads (prefix syntax)...
ControlClone (Function)
Creates a new control from an existing control.
WebSocket functions
List of functions specific to WebSocket servers...
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
XML functions
List of XML functions...
RegistryFirstSubKey (Example)
Usage example of the RegistryFirstSubKey function