TdxTreeCustomNode.MoveTo(TdxTreeCustomNode,TdxTreeNodeAttachMode) Method
Moves the node and its children to the specified location in the tree.
Declaration
procedure MoveTo(ADestNode: TdxTreeCustomNode; AMode: TdxTreeNodeAttachMode); virtual;
Parameters
| Name | Type | Description |
|---|---|---|
| ADestNode | TdxTreeCustomNode | A destination node. The AMode parameter defines the position of the added node in relation to the destination node. |
| AMode | TdxTreeNodeAttachMode | A node attachment mode. |
See Also