[Lazarus] TDBGrid.OnEditingDone [was: Re: TDBGrid]
Bernd Kreuss
prof7bit at googlemail.com
Sat Aug 21 18:51:40 CEST 2010
There is a protected property
OnEditingDone
somewhere upwards in the hierarchy of the TDBGrid. Is there a reason
this is protected and not available for TDBGrid?
Not that it would help me (didn't find a way yet) with my specific
problem but if I make this property published and recompile the LCL then
this will perfectly work and fire an event after the editing of a cell
is done. I don't see why such an event should not be available for
TDBGrid. Intuitively I even would have expected it to exist. Thats why I
searched for it.
Bernd
More information about the Lazarus
mailing list