IForeClass.SubItem

Syntax

SubItem(Index: Integer): IForeSub;

Parameters

SubIndex. Procedure/function index. Index value is specified in the [0, SubsCount-1] range.

Description

The SubItem method returns information about procedure/function with the specified index.

Example

The example of use is given in description of the IForeAssembly.BindToClass method.

See also:

IForeClass