ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

LoWord (Function)
Returns the two low bytes of an integer.
Range Area chart
The Range Area chart is used to show a variation between a high and a low value......
BTLEConnect (Function)
Used to connect to a Bluetooth Low Energy device.
<btleDevice variable>.Connect (Function)
Used to connect to a Bluetooth Low Energy device.
<btleDevice variable>.Disconnect (Function)
Used to disconnect from a Bluetooth Low Energy device.
BTLEInitializeDevice (Function)
Initializes a Bluetooth Low Energy device in Windows.
<btleDevice>.Initialize (Function)
Initializes a Bluetooth Low Energy device in Windows.
BTLEDisconnect (Function)
Used to disconnect from a Bluetooth Low Energy device.
BTLECharacteristicReadValue (Function)
Reads the value of a characteristic on a Bluetooth Low Energy device.
BTLECharacteristicWriteValue (Function)
Writes a value to a characteristic on a Bluetooth Low Energy device.
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.
BTLEInitialize (Function)
Initializes Bluetooth Low Energy (required in Windows and iOS only)
BTLEListDevice (Function)
Returns the list of accessible Bluetooth Low Energy devices.
<btleCharacteristic variable>.WriteValue (Function)
Writes a value to a characteristic on a Bluetooth Low Energy device.
<btleCharacteristic variable>.ReadValue (Function)
Reads the value of a characteristic on a Bluetooth Low Energy device.
<btleDescriptor variable>.WriteValue (Function)
Writes the value of a descriptor to a Bluetooth Low Energy device.