Browse Source

TCustomConnection.DoCloseError virtual

Ondrej Pokorny 1 year ago
parent
commit
cd909ec2bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-db/src/base/db.pas

+ 1 - 1
packages/fcl-db/src/base/db.pas

@@ -2237,7 +2237,7 @@ type
     procedure SetBeforeConnect(const AValue: TNotifyEvent);
     procedure SetBeforeDisconnect(const AValue: TNotifyEvent);
   protected
-    Procedure DoCloseError(aError : Exception);
+    Procedure DoCloseError(aError : Exception); virtual;
     procedure SetForcedClose(AValue: Boolean); virtual;
     procedure CloseForDestroy;
     procedure DoLoginPrompt; virtual;