Inserts a new node with the specified text just after the specified node.
Source position: comctrls.pp line 3232
public function TTreeNodes.InsertBehind(
PrevNode: TTreeNode;
const S: string
):TTreeNode;