AddChildObject - adds a child node with specified text and data-pointer to the parent node and returns the new node.
Source position: comctrls.pp line 3208
public function TTreeNodes.AddChildObject( |
ParentNode: TTreeNode; |
const S: string; |
Data: Pointer |
):TTreeNode; |