[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Frees the current tree node when the Deleting property is not True.
Source position: comctrls.pp line 3135
public procedure TTreeNode.Delete; |
Delete is a method used to remove the tree node from its TTreeNodes container. Delete calls Free to destroy the object instance if the Deleting property is not set to True. No actions are performed when Deleting is True.
|
Removes the specified tree node from the container. |
Version 4.0 | Generated 2025-05-03 | Home |