ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Procedure/Function
A procedure is used to associate an identifier with a statement block......
Global procedure/function
A global procedure can be used in all the processes or events of the project....
List of extension attributes
The list of extension attributes ......
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
HExecuteProcedure (Function)
Runs a stored procedure.
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
Managing HFSQL Client/Server databases
The HFSQL Control Center allows you to fully manage HFSQL Client/Server databases......
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
Set of procedures
The global procedures are grouped in set of procedures......
Classes, members, methods and properties
A class is made of......
Local procedure
Two types of procedures are available......
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
Code editor options
A series of options allows you to customize and take full advantage of the code editor......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
Code history
The code history is used to......
Calling a procedure/a function
Syntax for calling a local or global procedure.