IsChanged property: Leaf class

Description

This property returns True if the leaf has been edited or changed.

This property is read-only.

Example

If &MYLEAF.IsChanged Then 
   &MYTREE.Save(); 
End-If;