Subject RE: [IBO] How to get a datafield of a row selected in a grid
Author Tobias Giesen
Hi!

AFAIk the selected row in the grid is identical to the query's current row,
so all you need is:

Query.FieldByName('XYXY').AsString;

Have you tried that? It should always return the data from the current
selected row.

Cheers,
Tobias