IsInserted property: Node class
Description
This property returns True if the node was inserted as a new node into the tree but the tree hasn’t been saved.
This property is read-only.
Example
If &MYNODE.IsInserted Then
&MYTREE.Save();
End-if;
Description
This property returns True if the node was inserted as a new node into the tree but the tree hasn’t been saved.
This property is read-only.
Example
If &MYNODE.IsInserted Then
&MYTREE.Save();
End-if;