SecureBlackbox 2020 Delphi Edition

Questions / Feedback?

Disconnect Event

Reports SFTP connection closure.

Syntax

type TDisconnectEvent = procedure (
  Sender: TObject;
  CloseReason: Integer
) of Object;

property OnDisconnect: TDisconnectEvent read FOnDisconnect write FOnDisconnect;

Remarks

The component fires this event to report connection closure. No more SFTP activity could be done after the disconnect.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Delphi Edition - Version 20.0 [Build 8166]