VtDrawnListGetSelectedItem(VTCL)
VtDrawnListGetSelectedItem(VTCL)
VtDrawnListGetSelectedItem -- return the position of selected items from drawn list
Syntax
VtDrawnListGetSelectedItem
drawnlist_widgetName
[
options
]
Description
Returns the selected items in the DrawnList, returns byPositionList if you do not specify any options.
Options
-byPositionList
(NA)
Return items by position list (for example, {1 2 3 4}).
-byRecordList
(NA)
For the DrawnList, returns a list of lists of fields; for example:
{ { 0 1 "field one" "field two"} { 1 1 "field one" "field two"} { 1 3 "field one" "field two"} }