IPWorks ZIP 2020 C++ Builder Edition

Questions / Feedback?

CompressionMethod Property

The compression method to use.

Syntax

__property TipzZipCompressionMethods CompressionMethod = { read=FCompressionMethod, write=FSetCompressionMethod };
enum TipzZipCompressionMethods { cmDeflate=0, cmPPMd=1, cmBzip2=2 };

Default Value

cmDeflate

Remarks

This property specifies the compression method to use. By default the component uses the Deflate compression method (a value of 0). Supported values are:

  • 0 (cmDeflate - default)
  • 1 (cmPPMd)
  • 2 (cmBzip2)

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks ZIP 2020 C++ Builder Edition - Version 20.0 [Build 8300]