How To Locate a row in TMS FMX Grid

Hello, Can Anyone help me how to locate a row in TMSFMXGrid and set it focused.

I have testet it with
selected := I;
CellSelect[1, I];
TopRow := I;

But nothing works. What's wrong?
Thanks for Help.

It is the newest Version for FMX UI Pack.

Use the method SelectCell().