IP*Works! ZIP V9 - Online Help
IP*Works! ZIP V9
Questions / Feedback?

EndFile Event

Fired after each file is processed.

Syntax

typedef void __fastcall (__closure *TipzZipEndFileEvent)(System::TObject* Sender, TipzZipEndFileEventParams *e);

__property TipzZipEndFileEvent OnEndFile = {read=FOnEndFile, write=FOnEndFile};

typedef struct {
     int Index;
} TipzZipEndFileEventParams;

Remarks

EndFile is fired after each file is processed by the compressor or decompressor, as appropriate. Index contains the array index of the file processed, and the FileCompressedName, FileDecompressedName, FileCompressedSize, and FileDecompressedSize fields in the Files collection for this index contain more detailed information about the file processed.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0