Dirty Property

See Also    Examples    Applies To

Sets/returns the Dirty state of the object.

Property Dirty As Boolean

obj.Dirty

Returns whether the object is dirty.

atb.Dirty = False

Undoes the changes to the current record.

column.Dirty = False

Undoes the changes to the column.

Returns whether the active record or a given column has been modified but not yet saved. The Dirty property can be set to False at runtime. Setting Dirty to false does perform an undo operation on the specified column or on the current record, respectively.