TdxOcNode.DeleteChildren Method
In This Article
Deletes all the node’s children.
#Declaration
Delphi
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