IEtlForeWizardPage.OnWizardBack

Syntax

OnWizardBack: Integer;

Description

The OnWizardBack method determines a page, which opens after clicking the Back button.

Comments

Depending on the integer number specified in the method, moving to wizard pages is different:

To determine a number of the page, which opens after clicking the Next button, use IEtlForeWizardPage.OnWizardNext.

Example

The method use is given in the example for IEtlUserDataContainer.UserData.

See also:

IEtlForeWizardPage