IForeSub.ResultValue

Syntax

ResultValue: Variant;

Description

The ResultValue property returns function execution result.

Comments

The property is relevant, if the IsResult property returns True. The property value will be available after executing the function using the Invoke method.

Example

The example of use is given in description of the IForeSub.Params method.

See also:

IForeSub