On Fri, 13 Mar 2009, Sergei Gorelkin wrote:

> Jesus Reyes wrote:
> > 
> > Is this different on Delphi? I would like to improve compatibility if it's 
> > not. If OnSetEditText is enough in Delphi to know when editing is finished 
> > then I think we should do it also.
> > 
> It appears to be different then. In Delphi, OnSetEditText is called 
> multiple times during editing (with grid.EditorMode=True), and when the 
> editing is complete, it is called once with grid.EditorMode=False.

Not in delphi 7, I tested ?

However, it is called when you set EditorMode explicitly to false. 
But never by itself.

Michael.
_______________________________________________
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to