Contents - Index - Previous - Next


OnEndZip event

 

Applies to

TVCLZip component

 

Declaration

property OnEndZip: TEndZipFileEvent = procedure(Sender: TObject; FName: string; UncompressedSize, CompressedSize, CurrentZipSize: LongInt); of object;

 

Description

The OnEndZip event handler is triggered just after each file has been compressed. 

 

Parameters  

FName = the filename of the file that was just compressed. 

UnCompressedSize = the normal size of the file that was just compressed. 

CompressedSize = the size of the compressed entry in the zip file. 

CurrentZipSize = the size of the zip file right after this file was added.