TdxTreeCustomNode.DeleteChildren Method
Destroys the node’s children.
Declaration
procedure DeleteChildren; virtual;
Remarks
The DeleteChildren and Clear procedure calls produce the same effect.
Note
A DeleteChildren procedure call does not destroy objects whose pointers are stored in the Data property of deleted nodes.
See Also