Data Types for Tree Objects

All tree objects, that is, trees, tree structures, nodes, levels, and so on, are declared as type ApiObject. For example:

Local ApiObject &MYTREE;

Global ApiObject &MYNODE;

All tree objects can be declared as Local, Component or Global.