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

TTreeNodes.InsertObjectBehind

InsertObjectBehind - inserts a new node with specified text and data-pointer just behind specified Previous node and returns the new node.

Declaration

Source position: comctrls.pp line 3235

public function TTreeNodes.InsertObjectBehind(

  PrevNode: TTreeNode;

  const S: string;

  Data: Pointer

):TTreeNode;