ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLNext (Function)
Positions on the next row of the query result.
<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.
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....
Query
The keyword "Query" is used to describe:
WLanguage functions available for a report
Most WLanguage functions can be used in the events of a report (created with the report editor)......
History of versions
The history of setup versions is an advanced feature of the network setup......
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.
Managing main window menus
A main menu is necessarily associated with a window......
DateToDateInYear (Function)
Returns the number of the day in the year corresponding to a given date.
<Type Date>ToDayInYear (Function)
Returns the number of the day in the year corresponding to a given date.
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
SQLPrevious (Function)
Positions on the previous row of the query result.
Operations in a Select query : add and delete
The following paragraphs present......
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
SQLLast (Function)
Sets the position on the last row of the query result.
BTLEGetACharacteristic (Function)
Retrieves the characteristic of a Bluetooth Low Energy service corresponding to the specified identifier (UUID).
<btleService variable>.GetACharacteristic (Function)
Retrieves the characteristic of a Bluetooth Low Energy service corresponding to the specified identifier (UUID).
NextTitle (Function)
Modifies the title of next window to open.
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions....
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.