Adds a node with the specified text and data as the first node at the same level as the sibling node.
Source position: comctrls.pp line 3260
public function TTreeNodes.AddObjectFirst( |
SiblingNode: TTreeNode; |
const S: string; |
Data: Pointer |
):TTreeNode; |
SiblingNode |
|
Node which is a sibling for the new tree node. Provides the Level for the new tree node. |
S |
|
Text for the new tree node. |
Data |
|
Pointer to the data for the new tree node. |
TTreeNode instance created in the method.
|
Creates or updates a tree node with the specified text and a pointer to data. |
| Version 4.4 | Generated 2025-11-08 | Home |