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

TTreeNodes.FindTopLvlNode

Gets a top-level node containing the specified text.

Declaration

Source position: comctrls.pp line 3222

public function TTreeNodes.FindTopLvlNode(

  const NodeText: string

):TTreeNode;

Arguments

NodeText

  

Text to locate in the top-level siblings.

Function result

Tree node with the specified text, or Nil.