Relocates a node to the specified Destination node using the specified mode of attachment.
Source position: comctrls.pp line 3144
public procedure TTreeNode.MoveTo( |
Destination: TTreeNode; |
Mode: TNodeAttachMode |
); virtual; |
Destination |
|
Tree node which provides the location where the current is moved using the specified attachment mode. |
Mode |
|
Specifies where the node is stored relative to the destination node. |
MoveTo - method for relocating a node to the specified Destination using the specified mode of attachment.
Definition of the modes of attachment:
| Version 4.4 | Generated 2025-11-08 | Home |