IsDoneAllowed: Boolean;
The IsDoneAllowed method determines whether the Finish button is active or inactive on the wizard page.
Available 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: