* Patch from Luiz Américo

- deDataFieldChange is now called when data is changed, fixing a issue with LCL.TDBGrid

git-svn-id: trunk@1602 -
This commit is contained in:
michael 2005-10-28 19:40:35 +00:00
parent 2198a6a44a
commit ec13803b5c

View File

@ -837,6 +837,8 @@ begin
end//if
else
ActiveItem^.Row[Pred(Field.FieldNo)]:=nil;
if not (State in [dsCalcFields, dsFilter, dsNewValue]) then
DataEvent(deFieldChange, Ptrint(Field));
end;
procedure TCustomSqliteDataset.SetRecNo(Value: Integer);