I need to retrieve the row number currently selected in a table when the user clicks a button. Multi-select is not enabled so I just need one row (not a list). It seems like this should be very simple, but I can't figure it out. Is there something like this:
Any help is greatly appreciated.
Thanks,
GGS
B4X:
Dim a as Int
a = TableView.SelectedRow
Any help is greatly appreciated.
Thanks,
GGS