SecureBlackbox 2020 Delphi Edition

Questions / Feedback?

CommandData Event

Returns the data that accompanies the command.

Syntax

type TCommandDataEvent = procedure (
  Sender: TObject;
  const Cmd: String;
  const Data: String
) of Object;

property OnCommandData: TCommandDataEvent read FOnCommandData write FOnCommandData;

Remarks

Subscribe to this event to access data accompanying the outgoing commands.

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