TBaseVirtualTree.DeleteNode Method

Virtual Tree View

Removes the given node from the tree.

Pascal
procedure DeleteNode(Node: PVirtualNode; Reindex: Boolean = True);
Description

This method deletes the given node. If the node was initialized or had gotten initial data via the AddChild or InsertNode then the event OnFreeNode is called to allow the application to free any user data attached to a node.

Class
Links
What do you think about this topic? Send feedback!