소스 검색

* Fix access violation. Notification must always call inherited notification

git-svn-id: trunk@15446 -
michael 15 년 전
부모
커밋
d50802e52f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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