IForeMethodParams.Item

Syntax

Item(Index: Integer): IForeMethodParam;

Parameters

Index. Parameter index in collection.

Description

The Item property returns a parameter from the collection by its index.

Example

The example of use is given in description of the IBaseMethod.Bind method.

See also:

IForeMethodParams