[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Adds a new tree node as a sibling of the specified node.
Source position: comctrls.pp line 3231
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.