IForeClass.CreateObject

Syntax

CreateObject: IForeObject;

CreateObject: Prognoz.Platform.Interop.KeFore.IForeObject;

Description

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

Comments

The method is relevant, if the current construction 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.

Fore and Fore.NET Examples

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

See also:

IForeClass