IBProcessSteps.IndexOf

Syntax

IndexOf(Step_: IBProcessStep): Integer;

Parameters

Step_. Step, which index should be obtained.

Description

The IndexOf method returns index of the specified step in the collection.

Comments

The method returns -1 if the specified step is absent in the collection.

See also:

IBProcessSteps