IEtlForeWizardPage.OnWizardBack

Fore Syntax

OnWizardBack: Integer;

Fore.NET Syntax

OnWizardBack(): integer;

Description

The OnWizardBack method determines the page, to which moving is executed on clicking the Back button of user provider/consumer wizard.

Comments

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

To determine the number of the page, to which moving is executed on clicking the Next button of user provider/consumer wizard, use IEtlForeWizardPage.OnWizardNext.

Fore and Fore.NET Examples

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

See also:

IEtlForeWizardPage