IBProcessStepGroups.Contains

Syntax

Contains(StepGroup: IBProcessStepGroup): Boolean;

Parameters

StepGroup. The group of steps, which presence should be checked in the collection.

Description

The Contains method returns whether the specified group of steps is in the collection.

Comments

The method returns True if the collection contains a group of steps, and False if the collection does not contain a group of steps.

See also:

IBProcessStepGroups