[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Adds a node with specified text as the first child of the parent node and returns the new node.
Source position: comctrls.pp line 3248
public function TTreeNodes.AddChildFirst( |
ParentNode: TTreeNode; |
const S: string |
):TTreeNode; |
ParentNode |
|
Node which is the parent for the new child node. |
S |
|
Text for the child node created in the method. |
New child node created 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 |