Wizard.removeStep

Syntax

removeStep (step: PP.Ui.WizardStep, withDispose: Boolean);

Parameters

step. Step to be reomoved.

withDispose. Determines if the step is deleted (True) or removed from the list of steps (False).

Description

The removeStep method removes a step from the wizard.

Example

The property use is given in description of the Wizard.addStep method.

See also:

Wizard