Back to Devexpress

TdxCustomOrgChart.Delete(TdxOcNode) Method

vcl-dxorgchr-dot-tdxcustomorgchart-dot-delete-x28-dxorgchr-dot-tdxocnode-x29.md

latest627 B
Original Source

TdxCustomOrgChart.Delete(TdxOcNode) Method

Removes the specified node from the tree structure.

Declaration

delphi
procedure Delete(Node: TdxOcNode); virtual;

Parameters

NameType
NodeTdxOcNode

Remarks

Call this procedure to delete the node passed as the Node parameter. The Delete procedure also removes all the node’s children recursively.

See Also

TdxCustomOrgChart Class

TdxCustomOrgChart Members

dxorgchr Unit