ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

.NET Assemblies
.NET is Microsoft's software development platform......
WINDEV concepts
<Connection variable>.ExecuteProcedure (Function)
Runs a stored procedure.
<Source>.FilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
HClearWorkingDir (Function)
Clears and destroys the temporary directory previously created when HServerWorkingDir was executed.
Private Store for mobile applications
There are two methods two deploy your applications......
Using .NET assemblies in a project
To use .NET assemblies in a project......
WEBDEV concepts
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......
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......
HExecuteProcedure (Function)
Runs a stored procedure.
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
Testing a project: setting
By testing the project you can simulate how the application will run......
HServerWorkingDir (Function)
Returns the path of a temporary directory on the HFSQL server.
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......
<Connection variable>.DeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
WINDEV Mobile concepts
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
HDeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
Local procedure
Two types of procedures are available......