IEtlForeWizardPage.IsLeaveAllowed

Fore syntax

IsLeaveAllowed: Boolean;

Fore.NET syntax

IsLeaveAllowed(): boolean;

Description

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

Comments

Returned values:

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

Fore and Fore.NET examples

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

See also:

IEtlForeWizardPage