IsLeaveAllowed: Boolean;
IsLeaveAllowed(): boolean;
The IsLeaveAllowed method determines whether the Next button of user provider/consumer wizard page is active or inactive.
Returned values:
True. The Next button of wizard page is active.
False. The Next button of wizard page is inactive.
To determine whether the Done button of user provider/consumer wizard page is active or inactive, use IEtlForeWizardPage.IsDoneAllowed.
The method use is given in the example for IEtlUserDataContainer.UserData.
See also: