Long time pascal/ Delphi person here. Finally got time to spend with Lazarus to port an old Delphi project to Lazarus/ linux.
I settled on DBVirtualgrid for the project. It's been relatively straightforward. However I'm stuck on trying to processes multi row selections in the grid. I don't see a selectedrows property or similar, although I do see a SelectedRecordsCount.
Can someone enlighten me how I can iterate through the selected rows to latch onto the respective database record?
Thanks.