Contents - Index - Previous - Next


CompressMethodStr property

 

Applies to

TVCLUnZip component

 

Declaration

property CompressMethodStr[Index: Integer: string;

 

Description

The CompressMethodStr property returns a string representation of the compression method for the particular file. The strings returned will be one of the following:  

 

STORED = 'STOR' 

SHRUNK = 'SHR' 

REDUCED1 = 'RED1' 

REDUCED2 = 'RED2' 

REDUCED3 = 'RED3' 

REDUCED4 = 'RED4' 

IMPLODED = 'IMP' 

TOKENIZED = 'TOK' 

DEFLATED = 'DEF'  

 

Run-time only

Read-only