setSelectionDbSetIndex( )

Makes a database row the current selection.

Interface

mimelist

JavaScript synopsis
inst.setSelectionDbSetIndex(dbsetIndex)
C synopsis
void setSelectionDbSetIndex(
  ListInstance* inst,
  AInt32 dbsetIndex
)
Parameters
  • inst   The MIME instance.

  • dbsetIndex   The index of a row in the underlying database set.

Returns

None