SecureBlackbox Lite 2020 Delphi Edition

Questions / Feedback?

Banner Event

Reports the receipt of the Welcome message from the server.

Syntax

type TBannerEvent = procedure (
  Sender: TObject;
  Text: TBytes;
  Language: TBytes
) of Object;

property OnBanner: TBannerEvent read FOnBanner write FOnBanner;

Remarks

The component fires this event when it receives a welcome message from the server. Use the Text parameter to access the encoded message.

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