ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Procedure/Function
A procedure is used to associate an identifier with a statement block...
Calling a procedure/a function
Syntax for calling a local or global procedure.
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Local procedure
Two types of procedures are available...
Typecasting of parameters
The description of the parameter type is optional...
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
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.
Passing parameters
The parameters can be passed to a procedure...
Animation functions
WINDEV proposes several WLanguage functions for managing animations......
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
HCheckIndexAsynchronous (Function)
contained in the HFSQL Client/Server table (.FIC file). This new function is available from WINDEV Suite...
<Connexion HFSQL>CheckAsynchronousIndex (Function)
contained in the HFSQL Client/Server table (.FIC file). This new function is available from WINDEV Suite...
SaaS administrator - Adding a site
Adding a SaaS site is used to declare a SaaS site deployed on a WEBDEV Application Server to a SaaS...
ExecutionMode (Function)
are generated. optimize the calls to the functions declared externally. find out and/or change...
Managing the Windows scheduler
Windows gives you the ability to schedule automatic tasks via the manager of scheduled tasks......
SysBatteryOptimBackground (Function)
This function can be used to tell the operating system to stop preventing the application from running...
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited...
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
Handling Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls...
Manipulating Diagram Editor controls programmatically
In WINDEV and WEBDEV, you can handle Diagram Editor controls programmatically......
Diagram functions (prefix syntax)
Diagram functions (prefix syntax)...
Manipulating Organization Chart controls programmatically
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min...
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
Using the Salesforce service
Salesforce is a very popular CRM software......