IPWorks ZIP 2020 C++ Builder Edition

Questions / Feedback?

BeginFile Event

Fired before a file is processed.

Syntax

typedef struct {
  int Index;
  bool Skip;
} TipzGzipBeginFileEventParams;

typedef void __fastcall (__closure *TipzGzipBeginFileEvent)(System::TObject* Sender, TipzGzipBeginFileEventParams *e);

__property TipzGzipBeginFileEvent OnBeginFile = { 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 C++ Builder Edition - Version 20.0 [Build 8300]