Name
Listview.GetState -- get checkbox toggle state
Synopsis
state = moai.DoMethod(id, "GetState", row, column)
Function
Returns the toggle state of the checkbox in the specified row and column. This is either True if the checkbox is selected or False otherwise.

Inputs
id
id of the listview object
row
row index of the checkbox
column
column index of the checkbox
Results
state
True if the checkbox is selected, False otherwise

Show TOC