ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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....
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
<Connection variable>.Transaction (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) 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.
Image (Property)
The Image property gets and sets the background image of a control or block.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
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....
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
Events associated with Tab controls
List of events associated with Tab controls...
User Groupware: Creating and installing the executable
The executable of an application that supports the User Groupware is a multi-instance executable....
User Groupware: Configuring the application
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....
Webservice management functions
Webservice management functions...
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
Requirement
To manage the project development lifecycle, the Project Management Hub allows you to set requirements......
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
Chart control properties
A Chart control can be used......
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....
fListFile (Function)
Lists the files found in a directory and returns the list of files.
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
The Check Box control
A Check Box can correspond to......