Clear
Delete all nodes in list. If there are no other references to node, node is released.procedure Clear;Example:
NextForm61.Nodes.Clear; // clear all nodes in component
NextForm61.ActiveNode.ChildNodes.Clear; /// clear child nodes of ActiveNode only