ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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....
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
diagSelection (Type of variable)
The diagSelection type is used to define all the advanced characteristics of a selection made in a diagram.
<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.
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
Properties associated with reports and controls
List of properties associated with the reports and their controls...
Static control properties
List of properties associated with a Static control...
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
System constants
List of constants used by the system functions....
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
Image control in a page
Functions for managing threads (prefix syntax)
List of functions for managing threads (prefix syntax)...
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
Thread management functions
List of functions for managing threads...
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
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....
Java application and WINDEV
A Java application is an application entirely compiled in Java......
fSeek (Example)
Usage example of the fSeek function
iNewLine (Function)
Prints a line (in Windows standard, with a rounded end) at specified coordinates.