SWTTree.
Returns the text (full path) of a column from a treeview control.
This functionality is supported only if you are using the Open Agent.
treeview.GetSelectedTextOfColumn ([column])
Variable | Description |
---|---|
column | Optional: The column for which you want to view content. INTEGER. |
GetSelectedTextOfColumn returns the full path of the currently selected item in the treeview. If no item is selected, the return value is an empty string.
Verify(SWTControls.SWTTabControl1.Control17.SWTTabControl1.Tree.TreeViewEx1.GetSelectedTextOfColumn(3), "2")