TdxCustomOrgChart.Delete(TdxOcNode) Method
Removes the specified node from the tree structure.
Declaration
procedure Delete(Node: TdxOcNode); virtual;
Parameters
Name | Type |
---|---|
Node | TdxOcNode |
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