IsChanged property: Field class
Description
This property returns True if the value for the field has been changed.
Note:
Use this property with the primary database record only. It will not return valid results if used with a work record.
This property is read-only.
Example
If &CHARACTER.IsChanged Then
Warning ("The character field has been changed");
End-If;