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