Adds a new tree node as a sibling of the specified node.
Source position: comctrls.pp line 3295
public function TTreeNodes.Add( |
SiblingNode: TTreeNode; |
const S: string |
):TTreeNode; |
SiblingNode |
|
Tree node that is a sibling of the new node. |
S |
|
Text for the new tree node. |
Tree node created and added in the method.
|
Adds a node with the specified text and data at the same level as the sibling node. |
CT Web help |
CodeTyphon Studio |