IBProcessEventGroup.Item

Syntax

Item(Index: Integer): IBProcessEvent;

Parameters

Index. Event index in group.

Description

The Item property returns event from the group with the specified index.

Example

The property use is given in the example for IBProcessEventGroupCollection.Count.

See also:

IBProcessEventGroup