IForeClass.CreateObject

Syntax

CreateObject: IForeObject;

Description

The CreateObject method creates an instance of the current class object.

Comments

The method is relevant if the current structure is a class. The created instance is specified in the IForeSub.Self property for procedures/functions that are not static and can be processed only for class instance.

Example

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

See also:

IForeClass