Inserts a new tree node with the specified text and data just behind the specified node.
Source position: comctrls.pp line 3280
public function TTreeNodes.InsertObjectBehind( |
PrevNode: TTreeNode; |
const S: string; |
Data: Pointer |
):TTreeNode; |
PrevNode |
|
Node which becomes the previous sibling for the inserted node. |
S |
|
Text for the tree node created in the method. |
Data |
|
Pointer to the data for the tree node created in the method. |
TTreeNode instance created and stored in the method.
|
Creates or updates a tree node with the specified text and a pointer to data. |
|
|
Adds a node with the specified text and data at the same level as the sibling node. |
|
|
Returns the next node in the tree hierarchy at the same level as the current node. |
| Version 4.4 | Generated 2025-11-08 | Home |