OnWizardNext: Integer;
The OnWizardNext method determines a page, which opens on clicking the Next button.
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 a number of the page, which opens on clicking the Back button, use IEtlForeWizardPage.OnWizardBack.
The method use is given in the example for IEtlUserDataContainer.UserData.
See also: