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