SecureBlackbox Lite 2020 Delphi Edition

Questions / Feedback?

Cookie Event

Fired to report a received cookie.

Syntax

type TCookieEvent = procedure (
  Sender: TObject;
  const CookieText: String
) of Object;

property OnCookie: TCookieEvent read FOnCookie write FOnCookie;

Remarks

The CookieText parameter contains the text of the cookie.

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