Parent property: Node class
Description
This property returns a reference to the node that is the parent of the node executing the property. If the current node has no parent (is a root node) False is returned.
This property is read-only.
Example
&PARENT = &MYNODE.Parent;