getSelectionIndex( )

Returns the offset of the selected row within the currently displayed page. If the first row of the current page is selected, 0 is returned.

Interface

mimelist

JavaScript synopsis
inst.getSelectionIndex( )
C synopsis
AInt32 getSelectionIndex(ListInstance* inst)
Parameters
  • inst   The MIME instance.

Returns

The offset of the selected row within the currently displayed page, or -1 if no row is selected.