Subject Re: [IBO] InplaceEditor
Author Jason Wharton
> I use a TIB_Grid where I set the value of some cell like this :
> with IB_GRID do begin
> GridFields[DataCol[col]].Value := some text;
> end;
>
> How can I access the SelStart and SelLength properties of the cell
> being edited ?
> Probably with the InplaceEditor, but how ?

Not sure but I believe the source to IB_Grid.pas is included in both eval
and paid for versions of IBO. Have a look and see.

Jason