getID Method
Purpose:
Returns the SQLite row id
Syntax:
.getID()
Comments:
This method only applies to a Listview control. The ID returned is for the last item in the listview the user selected.
Example:
id = list.getID()