VtListGetSelectedItem(VTCL)
VtListGetSelectedItem(VTCL)
VtListGetSelectedItem --
return positions of selected items in a list
Syntax
VtListGetSelectedItem list_widgetName [options]
Description
Gets the list of selected items from a list. By default, the
items are returned by PositionList.
Options
- -byItemList (NA)
-
Specifies that a list of selected items is to be returned.
For example:
{{item 1} {item 2}}
- -byPositionList (NA)
-
Sets the routine to return items
by list position; for example:
{1 2}