GetMultiSelText Function (TreeView)

Class

TreeView.

Action

Returns the text (full path) of each selected item in a multi-selection treeview.

Availability

This functionality is supported only if you are using the Classic Agent.

Syntax

lsText = treeview.GetMultiSelText( )
Variable Description
lsText The text of each selected item in the treeview. LIST OF STRING.

Notes

Windows does not support multiple-selection treeview controls.

Example

Verify(MyDg.MyTV.GetMultiSelText(),{"a", "c", "e", "g"})