Adds a node with the specified text as the first node at the same level as the sibling node.
Source position: comctrls.pp line 3302
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. |
CT Web help |
CodeTyphon Studio |