Would you be able to tell me if there is a possibility when I select a line from DBGrid
, my StringGrid
just recognize which line I selected?
I'm not doing functions: I'm just doing this kind of thing for information for the user, that is, my DBGrid
has 2000 records found , and my StringGrid
also, however, DBGrid
has the database records, and StringGrid
of another file. All I need is that at the time I select the record, on the line the StringGrid
recognizes which line I selected and go to it, without needing to search.
To be clearer, I want some event, according to system execution, when I select a particular line of DBGrid
, StringGrid
recognize and go to the respective line of DBGrid
.
How to do it?