ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WebSocketListConnectedUser (Function)
Lists the clients connected to the WebSocket server.
InWebSocketServerMode (Function)
Indicates if the current code is being executed on the WebSocket server.
InWebSocketServerGlobalServiceMode (Function)
Indicates if the current code is being executed on the global service of the WebSocket server.
WebSocketExecuteGlobalService (Function)
Executes a global procedure in the context of the global service of the WebSocket server.
TableEndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
<Table>.EndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
Managing threads
WINDEV and WINDEV Mobile propose several functions used to perform an advanced management of threads....
iPrintBlock (Function)
Forces a report block to print.
DriveSendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
<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.
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
WebSocket functions (prefix syntax)
List of functions specific to WebSocket servers...
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
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.
<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).
Conditions for using the Ad control
The Ad control is using the AdMob SDK....
DriveMoveDirectory (Function)
Move a directory and its contents to another directory on the same Drive (remote disk).
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
<Spreadsheet>.AddImage (Function)
Adds an image into the current worksheet of a Spreadsheet control.