Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSFMXCommon > FMX.RS.HelperFunctions > Routines

FindTreeViewChildItem(TTreeViewItem,String) Method

Scroll Prev Top Next More

Finds and returns the tree view item where the Text property equals the Value parameter. The function searches all children of the Item parameter, all of their children, etc until the first match is found. If no match is found, the function returns nil.

noteNote

It is recommended that you use the methods provided by FMX.RS.TreeViewHelper|TTreeViewItemHelper and FMX.RS.TreeViewHelper|TTreeViewHelper instead.

Namespace: FMX.RS.HelperFunctions

Parameters

Item

Type: TTreeViewItem

Value

Type: String

Return Value

Type: TTreeViewItem

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb