VtDrawnListGetSelectedItem


Return the position of selected items from a DrawnList

Syntax

VtDrawnListGetSelectedItem drawnlist_widgetName [options]

Description

Returns the positions (by default) of all selected items in the DrawnList.

Options

-byPositionList (NA)
Return items by position list, for example:
{1 2 3 4}

-byRecordList (NA)
Returns a list of lists of fields, for example:
{ { 0 1 "Kumquat" "Fruit"} 
  { 1 1 "Apple" "Fruit"} 
  { 1 3 "Leek" "Vegetable"}
}