ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Android In-App configuration
A specific configuration is required to manage the In-App purchases in an Android application......
SearchValue (Property)
The SearchValue property is used to get and change the value of the search field in an Action Bar.
<btleDescriptor variable>.ReadValue (Function)
Reads the value of a descriptor on a Bluetooth Low Energy device.
SNMPGetNext (Function)
Reads the value found after the last value retrieved for an SNMP agent.
<Window>.ToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the window controls are automatically updated with the values of these controls. This function is also available for WEBDEV pages....
<btleDescriptor variable>.WriteValue (Function)
Writes the value of a descriptor to a Bluetooth Low Energy device.
tapiListen (Function)
Starts the call detection (also called "call monitoring service").
Telemetry: Configuring the WINDEV and WINDEV Mobile applications
To use the telemetry in a WINDEV or WINDEV Mobile application, you must......
Limitations of WINDEV, WEBDEV and WINDEV Mobile
HFSQL Control Center: Creating and executing a query
The HFSQL Control Center allows you to create a query based on the data files of the database currently displayed in the Control Center......
Display (External language)
Displays a value in a control or assigns a value in a variable.
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
ControlError (Function)
Customizes the value displayed in the controls when the value cannot be displayed.
LDAPReplaceAttributeValue (Function)
Replaces a specific value of an attribute by a new value.
BTLEDescriptorReadValue (Function)
Reads the value of a descriptor on a Bluetooth Low Energy device.
ERR_FORBIDDEN_INSTALL
ERR_FORBIDDEN_UPDATE
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
ERR_BAD_COMMANDLINE
ERR_BAD_COMMANDLINE error...
BTLEDescriptorWriteValue (Function)
Writes the value of a descriptor to a Bluetooth Low Energy device.
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
Using the query result
The result of a select query can be used in......
Handling a Switch control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Switch control by programming......
11. Choosing the action of a button/link