IsDirty: Boolean;
IsDirty(): boolean;
The IsDirty method returns whether confirmation window opens on closing edit wizard of custom object if there are no changes made in the wizard.
Returned values:
True. Confirmation window opens on wizard closing
False. By default. Confirmation window does not open on wizard closing.
To determines whether confirmation window opens on closing edit wizard window of custom object, use IEtlUserDataContainer.SetDirty.
The method use is given in the example for IEtlUserDataContainer.UserData.
See also: