[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Adds a tree node with the specified text as a child of the specified parent node.
Source position: comctrls.pp line 3247
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.0 | Generated 2025-05-03 | Home |