|
RAD Studio VCL Reference
|
Inserts a tree node with data.
function InsertNode(Node: TTreeNode; Sibling: TTreeNode; const S: string; Ptr: TCustomData): TTreeNode;
__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.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|