Explorar o código

* Fix access violation. Notification must always call inherited notification

git-svn-id: trunk@15446 -
michael %!s(int64=15) %!d(string=hai) anos
pai
achega
d50802e52f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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