IBProcessStep.IsFirstActiveInProcess

Syntax

IsFirstActiveInProcess: Boolean;

Description

The IsFirstActiveInProcess method returns whether the step if the first active step in the process.

Comments

The method returns True if the current step if the first active step in the process. Only the steps are taken into account, for which the Enabled property is set to True.

See also:

IBProcessStep