OnWizardNext: Integer;
OnWizardNext(): integer;
The OnWizardNext method determines the page, to which moving is executed on clicking the Next button of user provider/consumer wizard.
Depending on the integer number specified in the method, moving to wizard pages is different:
> 0. Move to a certain page.
0. Move to the previous page.
-1. Move to the current page.
To determine the number of the page, to which moving is executed on clicking the Back button of user provider/consumer wizard, use IEtlForeWizardPage.OnWizardBack.
The method use is given in the example for IEtlUserDataContainer.UserData.
See also: