ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BTLEConnect (Function)
Used to connect to a Bluetooth Low Energy device.
Handling report blocks
The different operations available on report blocks are as follows......
4. WEBDEV, WINDEV and WINDEV Mobile: fully compatible format
User report editor (Reports & Queries)
A report provides a custom view of data......
The Kanban control
Originally, Kanban is a Japanese method aimed at improving processes for a better, more efficient production cycle....
btleService (Type of variable)
The btleService type is used to handle a Bluetooth Low Energy service ("Bluetooth GATT Service").
<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.
Accessibilité (Property)
BTLECharacteristicWriteValue (Function)
Writes a value to a characteristic on a Bluetooth Low Energy device.
Binding controls to data
A window or page can display information from......
BTLECharacteristicReadValue (Function)
Reads the value of a characteristic on a Bluetooth Low Energy device.
Android: Conditions for using the Map control
Up to WINDEV Mobile version 180046, the Google Maps API library was required to use a Map control in an Android application......
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
WDINT overview
WDINT is an optional tool of WINDEV, WEBDEV and WINDEV Mobile......
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
<btleService variable>.GetACharacteristic (Function)
Retrieves the characteristic of a Bluetooth Low Energy service corresponding to the specified identifier (UUID).
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
2. Examples and components provided with WEBDEV
BTLEGetACharacteristic (Function)
Retrieves the characteristic of a Bluetooth Low Energy service corresponding to the specified identifier (UUID).
BTLEGetAllCharacteristics (Function)
Retrieves all the characteristics (with the same identifier) associated with a BLE service.
<btleService variable>.GetAllCharacteristics (Function)
Retrieves all the characteristics with the same identifier associated with a Bluetooth Low Energy service.
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
HFree (Function)
Transforms the crossed records (HCross) into deleted records.