Back to Devexpress

TdxOcNode.DeleteChildren Method

vcl-dxorgchr-dot-tdxocnode-4ddff984.md

latest680 B
Original Source

TdxOcNode.DeleteChildren Method

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

TdxCustomOrgChart.Delete

TdxOcNode.HasChildren

TdxOcNode Class

TdxOcNode Members

dxorgchr Unit