ResultValue: Variant;
The ResultValue property returns function execution result.
The property is relevant, if the IsResult property returns True. The property value will be available after executing the function using the Invoke method.
The example of use is given in description of the IForeSub.Params method.
See also: