ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Connection variable>.TransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
VideoSetDriver (Function)
Connects the "Camera" control to a specific driver for video capture.
Manipuler un champ Editeur_Images_WB par programmation
Abre una ventana cuyo resultado se recuperará a través de una Procedure WLanguage ("callback").
<Source>.TransactionFree (Function)
Transforms all "in transaction" records into "Normal" records if they do not belong to an ongoing transaction.
<Source>.SetTransaction (Function)
Enables or disables the management of transactions for one or more files.
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
<Camera>.SetDriver (Function)
Connects the "Camera" control to a specific driver for video capture.
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, ......
Help editor options
The options of the help editor ("Display......
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....
Displaying a page in a WEBDEV site
Displaying a new page in a WEBDEV site can be done according to several methods......
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
VideoStartApp (Function)
Starts the device's native camera application to record a video or to take a photo....
Managing pinned projects
The home window of WINDEV, WEBDEV and WINDEV Mobile allows you to manage the pinned projects when opening an existing project......
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....
<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....
Restoring an HFSQL Client/Server database
A backup of a HFSQL Client/Server database can be restored at any time......
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
Spelling check functions
The following functions are used to manage the spelling checker:
Find/Replace in the current project
The "Find/Replace" feature is used to......
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control....