Subject Re: [IBO] Focused cell second try
Author Geoff Worboys
> I have asked the same question some days before, but no
> answer till now.

For example I was rather late picking up the fact that the old list is
dead and getting around to hooking up to this one.

> It's very importent for me.
> I need the properties Left,Top and Height of the focused cell
> in a IB_Grid. Can anybody tell me, how to get them ?

Jason has made the following function (which was proteced in
TCustomGrid) public in TIB_Grid...

function CellRect(ACol, ARow: Longint): TRect;

See the online help under TCustomGrid for details - note that it
returns screen coordinates that you will probably need to convert to
client coordinates.

HTH

Geoff Worboys
Telesis Computing