ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NextTitle (Function)
Modifies the title of next window to open.
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
<btleService variable>.GetACharacteristic (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.
Telephony constants
List of constants used by telephony functions...
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
DnD constants
List of constants used by the functions for managing the Drag and Drop....
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
SQLExec (Function)
Names and runs an SQL query.
Type (Property)
The Type property is used to get and change the type of an element.
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
WithSpace (Example)
Usage example of the WithSpace function
HSubstDir (Example)
Usage example of the HSubstDir function
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).
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....