IForeSub.Self

Syntax

Self: IForeObject;

Description

The Self property determines an instance of parent class, within which the method will be executed.

Comments

The Self property is available only for writing.

The property must be set, if class procedure/function/constructor are processed. The class instance returns the IForeClass.CreateObject method.

Example

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

See also:

IForeSub