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