TCustomConnection.DoCloseError virtual

This commit is contained in:
Ondrej Pokorny 2023-10-16 11:40:03 +02:00
parent e1715d6d1a
commit cd909ec2bc

View File

@ -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;