ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
J2EE constants
List of constants used by the J2EE functions....
WLanguage procedure called by iCloudKeyValueWatch
Callback of the iCloudKeyValueWatch.Cb function for the callback parameter
WLanguage procedure called by tapiDial
tapiDial callback
<Connection variable>.UpdateQuery (Function)
Creates or updates a query on an HFSQL server.
HClearWorkingDir (Function)
Clears and destroys the temporary directory previously created when HServerWorkingDir was executed.
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Operating mode of HFSQL application
A HFSQL application can operate in network mode or in Client/Server mode......
HUpdateQuery (Function)
Creates or updates a query on an HFSQL server.
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......
HServerWorkingDir (Function)
Returns the path of a temporary directory on the HFSQL server.
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
Programming patterns
CAUTION......
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
Differences and specific features of an HFSQL Client/Server application
The management mode of data files may have to be adapted when using an HFSQL Client/Server application......
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
Global and local variable
Two types of variables are available......
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
Installing version 2024
Cherche les éléments d'un noeud HTML correspondant à une balise....
HFSQL Client/Server: Configuring the server