PrevSib property: Node class

Description

This property returns a reference to the node that is the previous sibling node to the node executing the property. If there isn’t a previous sibling, Null is returned.

This property is read-only.

Example

If &MYNODE.PrevSib Then 
   /* do processing */ 
End-if;