IPWorks ZIP 2020 Delphi Edition

Questions / Feedback?

EndFile Event

Fired after a file is processed.

Syntax

type TEndFileEvent = procedure (
  Sender: TObject;
  Index: Integer
) of Object;

property OnEndFile: TEndFileEvent read FOnEndFile write FOnEndFile;

Remarks

EndFile is fired when compression or decompression finishes. Index will contain 0.

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