how can i do this using delphi 6
i hava a dbgrid with multi select enabled
i use this line to locate the selected rows GotoBookmark(pointer(DBGrid1.SelectedRows.Items));
but how can i know the row of the grid i am currently on after making a call to GotoBookmark while going through a loop?
i hava a dbgrid with multi select enabled
i use this line to locate the selected rows GotoBookmark(pointer(DBGrid1.SelectedRows.Items));
but how can i know the row of the grid i am currently on after making a call to GotoBookmark while going through a loop?