ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
BTLEDisconnect (Function)
Used to disconnect from a Bluetooth Low Energy device.
BTLEDescriptorWriteValue (Function)
Writes the value of a descriptor to a Bluetooth Low Energy device.
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
Testing a project: setting
By testing the project you can simulate how the application will run......
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
<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).
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
DateToDay (Function)
Returns the day that corresponds to a given date.
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
PopupDisplay (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
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.
<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).
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
BTLEGetADescriptor (Function)
Retrieves the descriptor of a Bluetooth Low Energy characteristic corresponding to the specified identifier (UUID).
btleService (Type of variable)
The btleService type is used to handle a Bluetooth Low Energy service ("Bluetooth GATT Service").
BTLEConnect (Function)
Used to connect to a Bluetooth Low Energy device.
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
XMLDocument (Example)
Usage example of the XMLDocument function
<btleCharacteristic variable>.ReadValue (Function)
Reads the value of a characteristic on a Bluetooth Low Energy device.
BTLECharacteristicReadValue (Function)
Reads the value of a characteristic on a Bluetooth Low Energy device.
<btleCharacteristic variable>.WriteValue (Function)
Writes a value to a characteristic on a Bluetooth Low Energy device.