IForeNETRuntimeMethodArgs.Value

Syntax

Value(Index: Integer): Variant;

Parameters

Index is an index of the argument for which the value needs to be defined.

Description

The Value property determines the value of specified argument.

Comments

The value, specified for certain argument, should have the type with which the binding, used by overloaded method search in the IForeNETRuntimeType.Method property is set.

Example

The example of use of the given property is represented in example for the ValueObject property.

See also:

IForeNETRuntimeMethodArgs