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