SecureBlackbox Lite 2020 Delphi Edition

Questions / Feedback?

Progress Event

Reports the progress of data compression.

Syntax

type TProgressEvent = procedure (
  Sender: TObject;
  Processed: Int64;
  Total: Int64;
  OverallProcessed: Int64;
  OverallTotal: Int64;
  var Cancel: Boolean
) of Object;

property OnProgress: TProgressEvent read FOnProgress write FOnProgress;

Remarks

Subscribe to this event to be notified about compression progress.

Processed and Total report the progress of compression of the current entry; OverallProcessed and OverallTotal report the progress of the whole operation. Set Cancel to true to stop the operation.

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