Contents - Index - Previous - Next


ImproperZip property

 

Applies to

TVCLUnZip component

 

Declaration

property ImproperZip: Boolean;

 

Description

ImproperZip is a ReadOnly property.  The best place to check the value of this property is after a call to ReadZip. If it has a value of True, then VCLZip detected that the zip file had something wrong with it's file structure and could possibly be corrupted.  If you did not get an exception thrown, VCLZip may have read the zip information ok, but it had to do it in a way that bypassed the problem and so it is not guaranteed that everything is ok.  

 

See Also:

  

IncompleteZipMode Property 

OnInCompleteZip Event 

CheckArchive Method 

FileIsOK Property  

 

Run-time only

Read-only