[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TTreeNodes.InsertBehind

Inserts a new node with the specified text just after the specified node.

Declaration

Source position: comctrls.pp line 3238

public function TTreeNodes.InsertBehind(

  PrevNode: TTreeNode;

  const S: string

):TTreeNode;