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

TTreeNodes.InsertObject

InsertObject - inserts a new node with specified text and data just before the specified Next node and returns the new node.

Declaration

Source position: comctrls.pp line 3233

public function TTreeNodes.InsertObject(

  NextNode: TTreeNode;

  const S: string;

  Data: Pointer

):TTreeNode;