TdxTreeViewNodes.Delete(TdxTreeViewNode) Method
Deletes the target node and its children.
Declaration
procedure Delete(ANode: TdxTreeViewNode);
Parameters
Name | Type | Description |
---|---|---|
ANode | TdxTreeViewNode | The target node. |
Remarks
Note
A Delete procedure call does not destroy an object whose pointer is stored in the node’s Data property.
See Also