Răsfoiți Sursa

* Fix access violation. Notification must always call inherited notification

git-svn-id: trunk@15446 -
michael 15 ani în urmă
părinte
comite
d50802e52f
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      packages/fcl-web/src/webdata/sqldbwebdata.pp

+ 1 - 0
packages/fcl-web/src/webdata/sqldbwebdata.pp

@@ -179,6 +179,7 @@ procedure TCustomSQLDBWebDataProvider.Notification(AComponent: TComponent;
   Operation: TOperation);
 
 begin
+  inherited;
   If (Operation=opRemove) then
     begin
     If (AComponent=FQuery) then