Subject IB_Grid column focus.
Author fabiobot
Hi,

With DBGrid i was using SelectedIndex to put the focus on a specific
column, by example:

DBGrid.SelectedIndex := 2;

will put the focus on second column from DBGrid.

What's the correspondent property from IB_Grid
to do the same thing?

I need a numeric index because i'll increment and decrement it.

Thanks in advance,

Fabio Bot.
Campo Largo - PR - Brazil