Table of Contents

TTMSFNCTreeViewData.MoveNode Method

Moves a node to another parent or position.

API unit family: TMSFNCTreeViewData Declaring type: TTMSFNCTreeViewData

Syntax

procedure MoveNode(ANode: TTMSFNCTreeViewNode; ADestinationNode: TTMSFNCTreeViewNode; AIndex: Integer = -1); virtual;

Parameters

Name Description
ANode The node to move.
ADestinationNode The destination parent node.
AIndex The destination child index, or -1 to append.