ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BTLEDisconnect (Function)
Used to disconnect from a Bluetooth Low Energy device.
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
BTLEConnectionStatus (Function)
Returns the current connection status to a Bluetooth Low Energy device or asks to be notified when the connection status changes.
BTLECharacteristicChangeOfValue (Function)
Enables or disables the detection regarding the change of value for a Bluetooth Low Energy characteristic.
BTLEDescriptorReadValue (Function)
Reads the value of a descriptor on a Bluetooth Low Energy device.
BTLEDescriptorWriteValue (Function)
Writes the value of a descriptor to a Bluetooth Low Energy device.
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
InWebSocketServerGlobalServiceMode (Function)
Indicates if the current code is being executed on the global service of the WebSocket server.
InWebSocketServerMode (Function)
Indicates if the current code is being executed on the WebSocket server.
WebSocketExecuteGlobalService (Function)
Executes a global procedure in the context of the global service of the WebSocket server.
FocusOnClick (Property)
The FocusOnClick property is used to: Determine if a control gains focus when clicked. Allow or prevent a control from gaining focus when clicked....
<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...
Reports
A report provides a custom view of data......
BTLEGetAService (Function)
Retrieves the service of a Bluetooth Low Energy device corresponding to the specified identifier (UUID).
BTLEGetAllServices (Function)
Retrieves all the services corresponding to a UUID.
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.
<btleCharacteristic variable>.GetADescriptor (Function)
Retrieves the descriptor of a Bluetooth Low Energy characteristic corresponding to the specified identifier (UUID).
XMLSave (Function)
Saves an XML document in a file.