[Overview][Constants][Types][Classes][Procedures and functions][Index] |
InsertObjectBehind - inserts a new node with specified text and data-pointer just behind specified Previous node, and returns the new node
Source position: comctrls.pp line 2926
public function TTreeNodes.InsertObjectBehind( |
PrevNode: TTreeNode; |
const S: string; |
Data: Pointer |
):TTreeNode; |