Inserts a node with the specified text before the specified node.
Source position: comctrls.pp line 3231
public function TTreeNodes.Insert(
NextNode: TTreeNode;
const S: string
):TTreeNode;