Contents - Index - Previous - Next


CompressMethod property

 

Applies to

TVCLUnZip component

 

Declaration

property CompressMethod[Index]: Integer: WORD;

 

Description

The CompressMethod property returns the compression method of the particular file. 

 

Be sure to include kpZipObj in your USES list if you plan on including any of the following in your application.  

Return value: 

 

STORED =       0; 

SHRUNK =       1; 

REDUCED1 =   2; 

REDUCED2 =   3; 

REDUCED3 =   4; 

REDUCED4 =   5; 

IMPLODED =    6; 

TOKENIZED =   7; 

DEFLATED =    8;  

 

Run-time only

Read-only