IEtlUserDataContainer.IsDirty

Fore syntax

IsDirty: Boolean;

Fore.NET syntax

IsDirty(): boolean;

Description

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

Comments

Returned values:

To determines whether confirmation window opens on closing edit wizard window of custom object, use IEtlUserDataContainer.SetDirty.

Fore and Fore.NET examples

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

See also:

IEtlUserDataContainer