|
AddChildTreeViewItem(TCustomTreeView,TTreeViewItem,String)
|
Overloaded. Adds a tree view item and sets its parent to the Parent tree view item. The new tree item is returned.
The text of the new tree view item is set to the Text parameter.
Note
|
It is recommended that you use the methods provided by FMX.RS.TreeViewHelper|TTreeViewHelper and FMX.RS.TreeViewHelper|TTreeViewItemHelper instead.
|
|
|
AddChildTreeViewItem(TCustomTreeView,TTreeViewItem,String,String)
|
Overloaded. Adds a tree view item and sets its parent to the Parent tree view item. The new tree item is returned.
The text of the new tree view item is set to the Text parameter. The TagString is set to the Data parameter.
Note
|
It is recommended that you use the methods provided by FMX.RS.TreeViewHelper|TTreeViewItemHelper and FMX.RS.TreeViewHelper|TTreeViewHelper instead.
|
|
|
AddChildTreeViewItem(TCustomTreeView,TTreeViewItem,String,TObject)
|
Overloaded. Adds a tree view item and sets its parent to the Parent tree view item. The new tree item is returned.
The text of the new tree view item is set to the Text parameter. The TagObject is set to the Data parameter.
Note
|
It is recommended that you use the methods provided by FMX.RS.TreeViewHelper|TTreeViewItemHelper and FMX.RS.TreeViewHelper|TTreeViewHelper instead.
|
|
|
FindTreeViewChildItem(TTreeViewItem,String)
|
Overloaded. 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.
Note
|
It is recommended that you use the methods provided by FMX.RS.TreeViewHelper|TTreeViewItemHelper and FMX.RS.TreeViewHelper|TTreeViewHelper instead.
|
|
|
FindTreeViewChildItem(TTreeViewItem,String,TCompareStringsFunction)
|
Overloaded. 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.
The Compare parameter provides the function to compare the text strings.
Note
|
It is recommended that you use the methods provided by FMX.RS.TreeViewHelper|TTreeViewItemHelper and FMX.RS.TreeViewHelper|TTreeViewHelper instead.
|
|
|
FindTreeViewChildItem(TTreeViewItem,TObject)
|
Overloaded. Finds and returns the tree view item where the TagObject property equals the Data 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.
Note
|
It is recommended that you use the methods provided by FMX.RS.TreeViewHelper|TTreeViewItemHelper and FMX.RS.TreeViewHelper|TTreeViewHelper instead.
|
|
|
FindTreeViewItem(TTreeView,String)
|
Overloaded. Finds and returns the tree view item where the Text property equals the Value parameter. The function searches the entire tree until the first match is found. If no match is found, the function returns nil.
Note
|
It is recommended that you use the methods provided by FMX.RS.TreeViewHelper|TTreeViewItemHelper and FMX.RS.TreeViewHelper|TTreeViewHelper instead.
|
|
|
FindTreeViewItem(TTreeView,String,TCompareStringsFunction)
|
Overloaded. Finds and returns the tree view item where the Text property equals the Value parameter. The function searches the entire tree until the first match is found. If no match is found, the function returns nil.
The Compare parameter provides the function to compare the text strings.
Note
|
It is recommended that you use the methods provided by FMX.RS.TreeViewHelper|TTreeViewItemHelper and FMX.RS.TreeViewHelper|TTreeViewHelper instead.
|
|
|
FindTreeViewItem(TTreeView,TObject)
|
Overloaded. Finds and returns the tree view item where the TagObject property equals the Data parameter. The function searches the entire tree until the first match is found. If no match is found, the function returns nil.
Note
|
It is recommended that you use the methods provided by FMX.RS.TreeViewHelper|TTreeViewItemHelper and FMX.RS.TreeViewHelper|TTreeViewHelper instead.
|
|
|
GetRunningAplications(TStrings)
|
Returns a list of running applications (Windows only)
|
|
HaveNagged(String)
|
Represents method HaveNagged(String).
|
|
IsDelphiRunning
|
Returns true if Delphi is running. Used for evaluation components.
|
|
IsSubmenuVisible(TMenuItem)
|
Returns true if any submenu under the menu item is visible, excluding separator bars.
|
|
ShowNagScreen(String)
|
Shows the nag message if Delphi is running and the nag message has not been previously shown this application session.
|