ITreeListNode.MoveTo

Syntax

MoveTo(Node: ITreeListNode; Mode: NodeAttachMode);

Parameters

Node is an element of the tree relative to which given element should be placed.

Mode is the position relative to the Node element, in which this node should be placed.

Description

The MoveTo methods moves the tree element to the specified position.

See also:

ITreeListNode