TreeView.
Returns the full path text of the selected item.
sText = treeview.GetSelText()
Variable | Description |
---|---|
sText | The text of the selected item in the control. STRING. |
GetSelText 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(MyDialog.MyTreeView.GetSelText(), "foo")