Subject | Setting currentrow in IB_Grid |
---|---|
Author | Leeway |
Post date | 2001-07-13T11:27:58Z |
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
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