IBProcessSteps.Contains

Syntax

Contains(Step_: IBProcessStep): Boolean;

Parameters

Step_. Step, which presence should be checked.

Description

The Contains method checks if the collection contains the specified step.

Comments

The method returns True if the collection contains the step, and False if the collection does not contain the step.

See also:

IBProcessSteps