RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTreeNodes.InsertObject Method

Inserts a tree node containing data into the tree view before the node specified by the Node parameter.

Pascal
function InsertObject(Sibling: TTreeNode; const S: string; Ptr: Pointer): TTreeNode;
C++
__fastcall TTreeNode InsertObject(TTreeNode Sibling, const AnsiString S, void * Ptr);

Call InsertObject to add a new sibling to the Node parameter, immediately preceding Node. The S parameter specifies the Text property of the new node and the Ptr parameter specifies the Data property of the new node. InsertObject 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!