ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The HTML Display control
The HTML Display control displays a web page in an application......
<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....
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....
Control template
A control template is a set of controls that can be re-used in several windows or pages......
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Using the advanced types
The advanced types (XLS variables, ggl variables, ......
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
MDL file (kept for backward compatibility): Window description
The MDL file is the file used to generate a RAD window......
WDXView: Overview
WDXView is an ActiveX browser......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Requirement
To manage the project development lifecycle, the Project Management Hub allows you to set requirements......
AndroidActivityResultProcedure (Function)
Allows you to specify the procedure to be called to get the result returned by a third-party Activity.
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
11. Managing requirements
The Project Management Hub allows the project manager to manage a development project....
Global and local variable
Two types of variables are available......
The "Favorites" pane
The "Favorites" pane gives direct access to the favorites of your project......
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
InsertColumn (Function)
Inserts a column at a given position into an advanced two-dimensional array property (xlsDocument, ...).