SecureBlackbox 2020 Delphi Edition

Questions / Feedback?

Disconnect Event

This event is fired when a client has disconnected.

Syntax

type TDisconnectEvent = procedure (
  Sender: TObject;
  ConnectionID: Int64
) of Object;

property OnDisconnect: TDisconnectEvent read FOnDisconnect write FOnDisconnect;

Remarks

This event reports loss of connection to the client within the session specified by ConnectionID.

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