ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
Comparing the project messages
The comparison between source and target text helps you find translation errors......
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
btleDevice (Type of variable)
The btleDevice type allows you to handle a device that uses the Bluetooth Low Energy technology.
<btleCharacteristic variable>.ChangeOfValue (Function)
Enables or disables the detection regarding the change of value for a Bluetooth Low Energy characteristic.
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
<btleDevice variable>.Disconnect (Function)
Used to disconnect from a Bluetooth Low Energy device.
<btleDescriptor variable>.WriteValue (Function)
Writes the value of a descriptor to a Bluetooth Low Energy device.
<btleDescriptor variable>.ReadValue (Function)
Reads the value of a descriptor on a Bluetooth Low Energy device.
<btleDevice variable>.ConnectionStatus (Function)
Returns the current connection status to a Bluetooth Low Energy device or asks to be notified when the connection status changes.
Installing WINDEV/WEBDEV/WINDEV Mobile: Complying with the directory standard
The different Windows versions propose standard regarding the location of some files and the use of directories......
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.
BTLEDisconnect (Function)
Used to disconnect from a Bluetooth Low Energy device.
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.
WebSocketExecuteGlobalService (Function)
Executes a global procedure in the context of the global service of the WebSocket server.
<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).
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
<Camera>.StartDecoding (Function)
Starts decoding bar codes in a Camera control.
WebSocketListConnectedUser (Function)
Lists the clients connected to the WebSocket server.
InWebSocketServerMode (Function)
Indicates if the current code is being executed on the WebSocket server.