|
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
The Procedure Description type is used to get information about a procedure or a method. |
|
|
|
|
|
|
The After property replaces or inserts a procedure after the other procedures in:
a Procedure variable.
an event associated with a control.... |
|
|
|
|
|
|
The Before property replaces or inserts a procedure before the other procedures in:
a Procedure variable.
an event associated with a control.... |
|
|
|
|
|
|
They After keyword can correspond to: |
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
Dynamically compiles an Procedure whose source code is provided (dynamic compilation). |
|
|
|
|
|
|
Seeks a procedure identified by its name. The procedure found can be run directly. |
|
|
|
|
|
|
The Virtual property is used to determine if an element is virtual. |
|
|
|
|
|
|
The Associated property determines if an element belongs to the base class or to an associated class. |
|
|
|
|
|
|
The Global property is used to determine if an element is global. |
|
|
|
|
|
|
The Declaration property is used to define a type. |
|
|
|
|
|
|
The Inherited property is used to determine if an element is inherited. |
|
|
|
|
|
|
The Definition type is used to find out the characteristics of a type:
simple type,
advanced type,
class,
structure.... |
|
|
|
|
|
|
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control. |
|
|
|
|
|
|
The description of the parameter type is optional...... |
|
|
|
|
|
|
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.
....... |
|
|
|
|
|
|
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)...... |
|
|
|
|
|
|
The scope of a procedure defines whether it is public, private, etc...... |
|
|
|
|
|
|
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code...... |
|
|
|
|
|
|
The advanced types (XLS variables, ggl variables, ...... |
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project.... |
|
|
|
|
|
|
The global procedures are grouped in set of procedures...... |
|
|
|
|
|
|
A procedure is used to associate an identifier with a statement block...... |
|
|
|
|
|
|
You have the ability to pass parameters to a procedure.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|