CreateObject: IForeObject;
CreateObject: Prognoz.Platform.Interop.KeFore.IForeObject;
The CreateObject method creates an instance of the current class object.
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.
The example of use is given in description of the IForeClass.BindToMethod method.
See also: