IPWorks ZIP 2020 Delphi Edition

Questions / Feedback?

BeginFile Event

Fired before a file is processed.

Syntax

type TBeginFileEvent = procedure (
  Sender: TObject;
  Index: Integer;
  var Skip: Boolean
) of Object;

property OnBeginFile: TBeginFileEvent read FOnBeginFile write FOnBeginFile;

Remarks

BeginFile is fired before compression or decompression begins. Index will contain 0.

You may use the Skip parameter to tell the component to skip the file when appending or decompressing.

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