Contents - Index - Previous - Next


OnEndUnZip event

 

Applies to

TVCLUnZip component

 

Declaration

property OnEndUnZip: TEndUnZipEvent = procedure(Sender: TObject; FileIndex: Integer; FName: string); of object;

 

Description

The OnEndUnZip event handler is triggered just after each file has been extracted.  The FName parameter contains the full path to the file that was just unzipped which will allow you to further process this file in any way if you wish.