ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Displaying a different content on each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls......
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
How to color a control with focus?
This help page explains how to highlight the control where the input is performed....
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
Creating a window skin template
fMemExist (Function)
Checks the existence of a shared memory zone.
WiFiAddNetwork (Function)
Adds a new network to the list of Wi-Fi networks configured on the device.
WiFiListNetwork (Function)
Returns the list of Wi-Fi networks configured on the device.
Pivot Table control in a report
The report editor allows you to create "Crosstab" reports......
12. Managing tasks
The Project Management Hub allows the project contributors to manage their task schedule....
Comparing the project messages
The comparison between source and target text helps you find translation errors......
12. External component in practice
2. WLanguage functions specific to phones
A WINDEV Mobile HFSQL application can also operate in Client/Server mode....
fMemOpen (Function)
Opens a memory zone shared between several applications.
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
<Connection variable>.OpenConnection (Function)
Opens a connection to a specific database.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
13. External component in practice
External component in practice...