IEtlForeWizardPage.OnWizardNext

Syntax

OnWizardNext: Integer;

Description

The OnWizardNext method determines a page, which opens on clicking the Next 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 on clicking the Back button, use IEtlForeWizardPage.OnWizardBack.

Example

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

See also:

IEtlForeWizardPage