ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current 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.
BTLECharacteristicWriteValue (Function)
Writes a value to a characteristic on a Bluetooth Low Energy device.
BTLEGetACharacteristic (Function)
Retrieves the characteristic of a Bluetooth Low Energy service corresponding to the specified identifier (UUID).
HFSQL constants
List of constants used by the HFSQL functions....
<btleService variable>.GetACharacteristic (Function)
Retrieves the characteristic of a Bluetooth Low Energy service corresponding to the specified identifier (UUID).
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
HCloseConnection (Example)
Usage example of the HCloseConenction function
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
16. Java applications in practice
Java applications in practice...
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Telephony constants
List of constants used by telephony functions...
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
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......
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......
Installing a SOAP server with IIS
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
HOpenConnection (Example)
Usage example of the HOpenConnection function
Constants for manging the replication
List of constants used by the functions for managing the replication....
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.