Skip to main content

TcxTreeListNode.MoveTo(TcxTreeListNode,TcxTreeListNodeAttachMode) Method

Moves the node to the location specified within the TreeList control.

Declaration

procedure MoveTo(ADestNode: TcxTreeListNode; AMode: TcxTreeListNodeAttachMode); virtual;

Parameters

Name Type
ADestNode TcxTreeListNode
AMode TcxTreeListNodeAttachMode

Remarks

Call this method to move the node to the node passed as the ADestNode parameter.

AMode specifies the manner in which the current node is moved.

See Also