TcxTreeListNode.DeleteChildren Method
Removes the node’s children.
Declaration
procedure DeleteChildren;
Remarks
This method clears the node’s Items collection. The TreeList control’s OnDeletion event occurs before deleting each child node.
See Also