|
RAD Studio VCL Reference
|
Inserts a tree node containing data into the tree view before the node specified by the Node parameter.
function InsertObject(Sibling: TTreeNode; const S: string; Ptr: TCustomData): TTreeNode;
__fastcall TTreeNode InsertObject(TTreeNode Sibling, const AnsiString S, TCustomData Ptr);
Call InsertObject to add a new sibling to the Sibling parameter, immediately preceding Sibling. 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.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|