The Dialog class / ui.Dialog methods |
Queries row selection for a give list and row.
isRowSelected( name STRING, index INTEGER ) RETURNING result BOOLEAN
ON ACTION check_current_row_selected IF DIALOG.isRowSelected( "sr", DIALOG.getCurrentRow("sr") ) THEN MESSAGE "Current row is selected." END IF
If multi-row selection is off, the method returns TRUE for the current row and FALSE for other rows.