ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
NextTitle (Function)
Modifies the title of next window to open.
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.
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
Telephony constants
List of constants used by telephony functions...
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......
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
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.
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).
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....
Creating the RAD Pattern project
The steps for creating a RAD pattern are as follows:...
Installing a SOAP server with Netscape iPlanet 4.1