Self: IForeObject;
The Self property determines an instance of parent class, within which the method will be executed.
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.
The example of use is given in description of the IForeClass.BindToMethod method.
See also: