IEtlUserDataContainer.IsDirty

Fore Syntax

IsDirty: Boolean;

Fore.NET Syntax

IsDirty(): boolean;

Description

The IsDirty method returns whether confirmation window opens on closing user object edit wizard if there are no changes made in the wizard.

Comments

Returned values:

To determine whether confirmation window opens on closing user object edit wizard window, use IEtlUserDataContainer.SetDirty.

Fore and Fore.NET Examples

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

See also:

IEtlUserDataContainer