IEtlForeWizardPage.IsDoneAllowed

Fore syntax

IsDoneAllowed: Boolean;

Fore.NET syntax

IsDoneAllowed(): boolean;

Description

The IsDoneAllowed method determines whether the Done button of user provider/consumer wizard page is active or inactive.

Comments

Returned values:

To determine whether the Next button of user provider/consumer wizard page is active or inactive, use IEtlForeWizardPage.IsLeaveAllowed.

Fore and Fore.NET examples

The method use is given in the example for IEtlUserDataContainer.UserData.

See also:

IEtlForeWizardPage