TreeExplorer
You use the TreeExplorer keyword to perform operations in the explorer tree applet; operations such as to expand and collapse the tree, select items in the tree, and show the child items.
Signature
The TreeExplorer keyword supports the following signature:
TreeExplorer(TreeAppletRN|Tree_id,Expand/Collapse/SelectTreeItem/
GetTreeChildItemsCount|@var/IsNodeExists[;@Var;True/False;GetTreeChildItemsCount|@var])
Desktop Examples
The following table describes how to use the TreeExplorer keyword to expand, collapse, select items from, and show the child items under an explorer tree in desktop applications.
Target Object | Inputs | Closing Action | Comments |
---|---|---|---|
Account Tree Applet|1.9 |
Expand |
N/A |
Expands the tree structure. |
Account Tree Applet|1.9 |
Collapse |
N/A |
Collapses the tree structure. |
Account Tree Applet|1.9 |
IsNodeExists |
N/A |
Verifies the existence of a node. |
Account Tree Applet|1.9 |
IsNodeExists;@Var;True/False |
N/A |
Verifies the existence of a node in the case of a negative scenario. |
Account Tree Applet|1.9 |
SelectTreeItem |
N/A |
Selects the specified tree item. |
Account Tree Applet|1.2 |
GetTreeChildItemsCount|@var |
N/A |
Obtains the number of child items and saves the value in a variable. |
Mobile Examples
The TreeExplorer keyword does not apply to mobile applications.