ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......
Universal replication
The purpose of universal replication is to keep several databases synchronized......
CursorDisplay (Function)
Displays or hides the mouse cursor.
HourglassNetwork (Function)
Displays or hides an endless gauge in the title bar of Android application windows .
How to create a patch?
WDTRAD
WDTRAD is a tool for entering the translation of messages associated with a WINDEV, WEBDEV or WINDEV Mobile application......
Interface checker
The advanced interface checker is a tool used to harmonize the positioning of controls in the different application windows......
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the component of the Hadoop framework......
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.
3. Data handled by a WINDEV Mobile application
The data handled by a WINDEV Mobile application can come from...
Using .NET assemblies in a project
To use .NET assemblies in a project......
The planes in WEBDEV
The planes are used to group the controls of an element......
Image control in a page
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
UMC management functions
List of functions for managing the UMC...
Handling an Upload control through programming
The Upload control is used to upload one or more files....
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
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......
8. 10 tips for better interfaces...
Setup directory
The setup wizard allows you to configure the setup directory of application....
USING IN (Stopwatch)
The statement USING ... IN allows you to automatically start and stop a stopwatch.