[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Inserts a new tree node with the specified text and data just before the specified node.
Source position: comctrls.pp line 3276
public function TTreeNodes.InsertObject( |
NextNode: TTreeNode; |
const S: string; |
Data: Pointer |
):TTreeNode; |
NextNode |
|
Node which becomes the next 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. |
Version 4.0 | Generated 2025-05-03 | Home |