IsResult: Boolean;
The IsResult property returns whether result is returned.
Available values:
True. The method returns result that is it corresponds to function. Information about result can be obtained in the ResultName, ResultType properties. After executing the functions, the result returns the ResultValue property.
False. The method does not return the result, that is it corresponds to procedure.
To determine a unit structure type (procedure, function, delegate), use the IForeSub.SubType property.
The example of use is given in description of the IForeAssembly.BindToClass method.
See also: