ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The "Window position preview" pane
The "Window position preview" pane is used to view and/or modify the opening position of the windows currently modified (according to the screen resolution used)...
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
<Connection variable>.TransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
<Source>.SetTransaction (Function)
Enables or disables the management of transactions for one or more files.
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
ScrollbarPosition (Function)
Used to manage the position of scrollbars: Modifies or retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WINDEV or WINDEV Mobile application. Retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WEBDEV site....
Restoring an HFSQL Client/Server database
A backup of a HFSQL Client/Server database can be restored at any time......
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....
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
<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....
Find/Replace in the current project
The "Find/Replace" feature is used to......
Spelling check functions
The following functions are used to manage the spelling checker:
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control....
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
Setting up a WEBDEV cluster
With the WEBDEV Application Server in version 27, you can create server clusters with ease......
Translating a text file with WDTRAD
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors....
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
IMAP protocol
The IMAP protocol is a standard protocol for managing emails......
Query technical documentation
The query editor automatically creates a technical documentation for each query......
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
Multi-project search
Performing a search in the current project is a common operation......
Importing/Exporting a dictionary
WDTRAD allows you to import and export a dictionary......