Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TTreeNodes.InsertBehind

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

Declaration

Source position: comctrls.pp line 3232

public function TTreeNodes.InsertBehind(

  PrevNode: TTreeNode;

  const S: string

):TTreeNode;