|
TBaseVirtualTree.DeleteChildren Method
Removes all child nodes from the given node.
Pascal
procedure DeleteChildren(Node: PVirtualNode; ResetHasChildren: Boolean = False);
Description
The method works recursively: all grandchildren and their children are removed as well.
Class
Links
What do you think about this topic? Send feedback!
|