Table of Contents

TTMSFNCTreeViewData.CopyNode Method

Copies a node to another parent or position.

API unit family: TMSFNCTreeViewData Declaring type: TTMSFNCTreeViewData

Syntax

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

Parameters

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