Contents - Index - Previous - Next


OnStartUnZipInfo Event 

 

Applies to

TVCLUnZip component

 

Declaration

property OnStartUnZipInfo: TStartUnzipInfo = procedure(Sender: TObject; NumFiles: Integer; TotalBytes: Comp; var StopNow: Boolean); of object;

 

Description

The OnStartUnzipInfo event handler is executed just before the first file is to be extracted, giving you a chance to abort. NumFiles is the total number of files that is about to be processed.  TotalBytes is the total number of uncompressed bytes that make up the files about to be extracted.  Set StopNow to True if you do not wish continue the operation.