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: Pointer): TTreeNode;
C++
__fastcall TTreeNode InsertNode(TTreeNode Node, TTreeNode Sibling, const AnsiString S, void * 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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!