Subject Setting currentrow in IB_Grid
Author Leeway
When I show a form I want to set the focus to a IB_Grid and in the
grid to a specific row.
How do I do this ?
I can set the focus
Grid_Adr.SetFocus;
But how do I set the current row ?
something like
Grid_Adr.SetCurrentRow := 5;

Lee