SecureBlackbox 2020 Delphi Edition

Questions / Feedback?

DestroyAction Event

Fires when an object destruction request is received.

Syntax

type TDestroyActionEvent = procedure (
  Sender: TObject;
  ConnectionId: Int64;
  const UniqueIdentifier: String;
  ObjectType: Integer;
  ObjectState: Integer;
  var Remove: Boolean
) of Object;

property OnDestroyAction: TDestroyActionEvent read FOnDestroyAction write FOnDestroyAction;

Remarks

The component fires this event when it receives a request from the client to destroy and existing object. Set Remove to true to proceed with the destruction, or to false to reject the request.

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