Contents - Index - Previous - Next


OnNoSuchFile event

 

Applies to

TVCLZip component

 

Declaration

property OnNoSuchFile: TNoSuchFileEvent = procedure(Sender: TObject; FName: string); of object;

 

Description

The OnNoSuchFile event handler is triggered when you have entered a file into the FilesList Property zipped and there is no such file. 

 

Parameters  

FName = the filename of the file that was added to the FilesList that does not exist.