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....
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
Handling a status bar in the window editor
This help page presents the different operations that can be performed in a status bar......
ERR_BAD_FILE
Appendix 1: WEBDEV vocabulary
Bloque entièrement ou partiellement un fichier externe....
ERR_PARSER
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
Remote WEBDEV administrator: Saving and restoring a WEBDEV site
The remote management tool is used to manage the backups of your dynamic WEBDEV sites....
I was using Visual Basic with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
How to manage enumerations programmatically?
How to manage a combination through programming?
A combination is a type of variabble containing a list of values....
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
16. Types of code
ERR_BAD_DLLEXE
Image editor: Features
The image editor includes several features......
Test of a query
The query editor allows you to run the test of query result......
Computer renamed or changed
During the development phase, you may have to change the computer used for development (change computer, rename the computer, ......
The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications and sites......
5. User Groupware in practice
Clickable control in a report
The report editor allows you to propose clickable controls during the print preview......
<Menu>.Clone (Function)
Clones a menu or a menu option as well as the associated code.
Using Kotlin code
Kotlin is a programming language mainly used for Android development......