IdxTreeOwner.DeleteNode(TdxTreeCustomNode) Method
Transfers focus from ASender to the root node.
Declaration
procedure DeleteNode(ASender: TdxTreeCustomNode);
Parameters
| Name | Type |
|---|---|
| ASender | TdxTreeCustomNode |
Remarks
In the base implementation, the method is called by the ASender‘s destructor or by the ASender‘s DeleteChildren method.
ASender specifies the node that will be deleted.
See Also