ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HListStopWord (Function)
Returns the list of stop words used by a full-text index.
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
<Image variable>.Copy (Function)
Copies an image to another image.
Configuring the connection with WDSQSINS
For compatibility with the earlier versions of the Native SQL Server Connector (also called Native SQL Server Access), the connection can still be configured in WDSQSINS (supplied with the Native SQL Server Connector)......
BTLEGetACharacteristic (Function)
Retrieves the characteristic of a Bluetooth Low Energy service corresponding to the specified identifier (UUID).
CacheSize (Property)
The CacheSize property is used to: Get the maximum number of records that can be stored in the cache of the Native MySQL Connector. Change the maximum number of records that can be stored in the cache of the Native MySQL Connector....
<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.
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
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 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......
Constants for telemetry management
Constants for telemetry management...
Configuring the connection with WDORAINS (optional setting)
For backward compatibility with the earlier versions of Native Oracle Connector (also called Native Oracle Access), the connection can still be configured in WDORAINS (supplied with Native Oracle Connector)......
hBackupDescription (Type of variable)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
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.
FTPCommand (Function)
Sends a specific FTP command to a server.
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......
Type (Property)
The Type property is used to get and change the type of an element.
Choosing the languages supported by the application
The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site is performed at several levels......
Installing a Webservice (old format)