IBProcessStep.IsLastActiveInProcess

Syntax

IsLastActiveInProcess: Boolean;

Description

The IsLastActiveInProcess method returns whether the last step if the active one in the process.

Comments

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

See also:

IBProcessStep