Subject InplaceEditor
Author delphmic
hello,

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 ?

Thanks for help