Name
Listview.GetSelection -- get selected entries
Synopsis
t = moai.DoMethod(id, "GetSelection")
Function
Returns a table containing all selected entries of a multi-select listview. Note that this should only be used with multi-select listviews. For single-select listviews, you can use Listview.Active to get the selected entry.

Inputs
id
id of the listview object
Results
t
table containing selected entries

Show TOC