TdxOcNode.DeleteChildren Method
Deletes all the node’s children.
Declaration
procedure DeleteChildren;
Remarks
Call this procedure to remove all the current node’s children. To add a child node, call the AddChild function passing the current node as the Node parameter.
See Also