ITreeListNode.MoveTo

Syntax

MoveTo(Node: ITreeListNode; Mode: NodeAttachMode);

Parameters

Node - element of the tree, relative to which this element is located.

Mode - position relative to the Node element, in which this node must be placed.

Description

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

See also:

ITreeListNode