fix access violation with dbedit (from loesje)

git-svn-id: trunk@6486 -
This commit is contained in:
micha 2005-01-06 13:22:24 +00:00
parent 6334f891ba
commit e7d14403ef

View File

@ -207,6 +207,7 @@ end;
procedure TDBEdit.EditingDone;
begin
inherited EditingDone;
if FDataLink.CanModify then
FDataLink.UpdateRecord;
end;
@ -234,6 +235,9 @@ end;
{ =============================================================================
$Log$
Revision 1.11 2005/01/06 13:22:24 micha
fix access violation with dbedit (from loesje)
Revision 1.10 2004/09/01 11:12:04 mattias
replaced KeyPress dependencies with KeyDown