This example shows how to retrieve the selected node of a FormTreeControl and get its text name
FormTreeItem selectedItem;
selectedItem = tree.getItem(tree.getSelection());
//Tree is the current FormTreeControl
info(selectedItem.text());
This example shows how to retrieve the selected node of a FormTreeControl and get its text name
FormTreeItem selectedItem;
selectedItem = tree.getItem(tree.getSelection());
//Tree is the current FormTreeControl
info(selectedItem.text());