IsConstructor: Boolean;
The IsConstructor property returns correspondence attribute to class constructor.
Available values:
True. Class constructor.
False. Procedure or functions, use the IForeSub.IsResult property to check.
The example of use is given in description of the IForeAssembly.BindToClass method.
See also: