IForeSub.Invoke

Syntax

Invoke;

Description

The Invoke method starts execution of the current procedure/function.

Comments

Before launching for execution the following conditions must be met:

On working with functions, after they were launched for execution, the result can be obtained in the ResultValue property. Result of procedures work will be conditioned by the implemented code.

Example

The example of use is given in description of the IForeClass.BindToMethod method.

See also:

IForeSub