[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Adds a node with the specified text as the first node at the same level as the sibling node.
Source position: comctrls.pp line 3253
public function TTreeNodes.AddFirst( |
SiblingNode: TTreeNode; |
const S: string |
):TTreeNode; |
SiblingNode |
|
Node which is a sibling for the new node. Provides the Level for the new node. |
S |
|
Text for the new node created in the method. |
TTreeNode instance created in the method.
|
Adds a node with the specified text and data as the first node at the same level as the sibling node. |
Version 4.0 | Generated 2025-05-03 | Home |