TcxTreeListNode.Delete Method
Removes the node and all its children from the TreeList control.
Declaration
procedure Delete;
Remarks
This method is in effect even if the OptionsData.Deleting option is deactivated. The TreeList control’s OnDeletion event occurs before deleting a node.
Note
The Delete method removes the node and all its children.
See Also