ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
How to color a control with focus?
This help page explains how to highlight the control where the input is performed....
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......
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......
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
Creating a window skin template
fMemExist (Function)
Checks the existence of a shared memory zone.
12. Managing tasks
The Project Management Hub allows the project contributors to manage their task schedule....
Pivot Table control in a report
The report editor allows you to create "Crosstab" reports......
Comparing the project messages
The comparison between source and target text helps you find translation errors......
12. External component in practice
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.
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...
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
Specific features of the applications for iPhone/iPad
HOpenConnection (Function)
Opens a connection to a specific database.
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.