ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
Procedure description (Type of variable)
The Procedure Description type is used to get information about a procedure or a method.
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
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
They After keyword can correspond to:
Procedure
The Procedure property can be used: on the hScheduledTask type, used to describe the scheduled tasks on an HFSQL Client/Server database. on the rssStream type, used to describe an RSS feed....
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
SeekProcedure (Function)
Seeks a procedure identified by its name. The procedure found can be run directly.
Virtual (Property)
The Virtual property is used to determine if an element is virtual.
Associated (Property)
The Associated property determines if an element belongs to the base class or to an associated class.
Global (Property)
The Global property is used to determine if an element is global.
Declaration (Property)
The Declaration property is used to define a type.
Inherited (Property)
The Inherited property is used to determine if an element is inherited.
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
Typecasting of parameters
The description of the parameter type is optional......
End
END can correspond to: the END keyword of WLanguage used to specify the end of a loop. the End property, which can be used on EventTimeline variables. .......
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
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......
Using the advanced types
The advanced types (XLS variables, ggl variables, ......
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Set of procedures
The global procedures are grouped in set of procedures......
Procedure/Function
A procedure is used to associate an identifier with a statement block......
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....