ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Optional events: Information retrieved (Java and Android)
WINDEV and WINDEV Mobile make it easy to add optional events to the default events proposed for the various elements of an application......
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the components of the Hadoop framework......
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key......
Performance profiler
The performance profiler is a tool for checking and optimizing the execution time of your application......
3. Data handled by a WINDEV Mobile application
The data handled by a WINDEV Mobile application can come from...
The "Browser" pane
When a WINDEV, WEBDEV or WINDEV Mobile element (analysis, query, ......
<Connection variable>.Transaction (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
<Connection variable>.TransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
<Connection variable>.TransactionEnd (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....
CursorDisplay (Function)
Displays or hides the mouse cursor.
WDTRAD
WDTRAD is a tool for entering the translation of messages associated with a WINDEV, WEBDEV or WINDEV Mobile application......
HourglassNetwork (Function)
Displays or hides an endless gauge in the title bar of Android application windows .
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
String literals: single-line and multiline strings
String literals are used to represent and manipulate data as a sequence of characters. For example, string literals can be used to display information, define a constant, etc....
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
SCM: Managing components
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
SCM: Project version changes
When several projects share elements in the same SCM, version changes of WINDEV, WEBDEV and WINDEV Mobile projects......
Remote WEBDEV administrator: Modifying a WEBDEV account
To modify a WEBDEV account from the remote WEBDEV administrator:...
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
The Peeling Corner control
The "Peeling Corner" control is used to create a visual effect in a page by presenting an image partially covered by another one......