RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTreeNodes.InsertNode Method

Inserts a tree node with data.

Pascal
function InsertNode(Node: TTreeNode; Sibling: TTreeNode; const S: string; Ptr: TCustomData): TTreeNode;
C++
__fastcall TTreeNode InsertNode(TTreeNode Node, TTreeNode Sibling, const AnsiString S, TCustomData Ptr);

Call InsertNode to add a new sibling to the Node parameter, immediately preceding Node. The S parameter specifies the Text property of the new node. The Ptr parameter specifies data associated with the node. InsertNode returns the new node.

Note: The memory referenced by Ptr is not freed when the tree nodes object is freed.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!