SetDirty(bDirty: Boolean);
bDirty. Indicates whether confirmation window opens on closing edit wizard window.
The SetDirty method determines whether confirmation window opens on closing user object edit wizard window if there are no changes made in the wizard.
Values that are set by the bDirty parameter:
True. Confirmation window opens on wizard closing.
False. Confirmation window does not open on wizard closing.
To return whether confirmation window opens on closing user object edit wizard window, use IEtlUserDataContainer.IsDirty.
The method use is given in the example for IEtlUserDataContainer.UserData.
See also: