Subject | Re: [IBO] Focused cell second try |
---|---|
Author | Geoff Worboys |
Post date | 2000-11-14T00:53:22Z |
> I have asked the same question some days before, but noFor example I was rather late picking up the fact that the old list is
> answer till now.
dead and getting around to hooking up to this one.
> It's very importent for me.Jason has made the following function (which was proteced in
> I need the properties Left,Top and Height of the focused cell
> in a IB_Grid. Can anybody tell me, how to get them ?
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