IEtlUserDataContainer.SetDirty

Syntax

SetDirty(bDirty: Boolean);

Parameters

bDirty. Indicates whether confirmation window opens on closing edit wizard window.

Description

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

Comments

Values that are set by the bDirty parameter:

To return whether confirmation window opens on closing user object edit wizard window, use IEtlUserDataContainer.IsDirty.

Example

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

See also:

IEtlUserDataContainer