API:System.Zip.TZipCompression

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TZipCompression = (
zcStored    = 0,
zcShrunk,
zcReduce1,
zcReduce2,
zcReduce3,
zcReduce4,
zcImplode,
zcTokenize,
zcDeflate,
zcDeflate64,
zcPKImplode,
{11 RESERVED}
zcBZIP2    = 12,
{13 RESERVED}
zcLZMA     = 14,
{15-17 RESERVED}
zcTERSE    = 18,
zcLZ77,
zcWavePack = 97,
zcPPMdI1
);

C++

enum DECLSPEC_DENUM TZipCompression : unsigned char { zcStored, zcShrunk, zcReduce1, zcReduce2, zcReduce3, zcReduce4, zcImplode, zcTokenize, zcDeflate, zcDeflate64, zcPKImplode, zcBZIP2 = 12, zcLZMA = 14, zcTERSE = 18, zcLZ77, zcWavePack = 97, zcPPMdI1 };

Properties

Type Visibility Source Unit Parent
enum public
System.Zip.pas
System.Zip.hpp
System.Zip System.Zip

Description

Embarcadero Technologies does not currently have any additional information.