Hierarchy Properties Methods Events
TZipMaster is a control designed to simplify the handling of Zip compressed files.
Description:
TZipMaster is a non-visual VCL wrapper for the freeware Zip and Unzip DLL's. At run time, the DLL's: ZIPDLL.dll and UNZDLL.dll must be present on the hard disk - in C:\WINDOWS\SYSTEM or else in your application directory, or a directory in the PATH.
These DLL's are based on the InfoZip Official Freeware Zip/Unzip source code, but they are NOT equivalent to InfoZip's DLL's. I have modified the InfoZip source code to enhance their ease-of-use, power, and flexibility for use with Delphi and C++ Builder. Please do NOT contact InfoZip for issues regarding this port.
TZipMaster is a component that uses the Add, and Extract methods to create or add files to, and extract files from Zip archives. The component can create self-extracting archives with the ConvertSFX method.
TZipMaster can encrypt and decrypt files through the Password property.
The OnMessage event fires when the Zip or Unzip DLL's report status. The Trace and Verbose properties control the amount of information written to the Message property.
Now Distributed under the GNU LESSER GENERAL PUBLIC LICENSE