Adds a tree node with the specified text as a child of the specified parent node.
Source position: comctrls.pp line 3249
public function TTreeNodes.AddChild( |
ParentNode: TTreeNode; |
const S: string |
):TTreeNode; |
ParentNode |
|
Parent node for the new node. |
S |
|
Text for the new tree node. |
TTreeNode instance created in the method.
|
Adds a child node with specified text and data to the parent node and returns the new node. |
| Version 4.4 | Generated 2025-11-08 | Home |