Description of TtsqZip & TtsqUnZip :
These two components compress/decompress files using Info-zip's implementations. TtsqZip generates PKZIP-compatible archives, which are recognized by most popular compressors like Winzip and WinRar. TtsqUnZip unzips an archive into a specified folder. The components are built on Theodoros Bebekis's translation of Info-zip's zip32.dll and unzip32.dll.The key features are: * generating PKZIP-compatible archives * free even for commercial use * very fast * stable * easy to use, Howtos included * exposing all callbacks of the dlls. ready for custimization. * working with the latest versions of zip32.dll and unzip32.dll.