Subject | InplaceEditor |
---|---|
Author | delphmic |
Post date | 2003-11-03T12:06:31Z |
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
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