ui.Dialog.isRowSelected()

The IsRowSelected() method is used in a multi-row selection mode to check whether a row is selected. The method returns a Boolean value, which is TRUE if the specified row is selected, and FALSE - if not. The method is typically used in a conditional statement and needs two arguments:

 

IF Dialog.IsRowSelected ("screen_array", index) THEN...

 

The index attribute specifies the index of the row to be checked.