Finds and returns the node of the tree view where the Text property equals the Text parameter. If no match is found, the function returns nil.
The comparison is case-insensitive.
Namespace: RSVclHelperFunctions
Delphi |
function FindTextInTreeView( const TreeView: TCustomTreeView; |
Parameters
TreeView
Type: TCustomTreeView
Text
Type: String
Type: TTreeNode
Reference•RSVclHelperFunctions|FindTreeNode(TTreeView,string,Boolean,TCompareStringsOption) •RSVclHelperFunctions.FindTreeNode(TTreeView,TObject) •RSVclHelperFunctions|FindTreeNode(TTreeView,TTreeNode,string,Boolean,TCompareStringsOption) •RSVclHelperFunctions.FindTreeNode(TTreeView,TTreeNode,TObject) |