TCompress provides native components for Delphi and C++ Builder supporting easy creation of multi-file compressed archives, as well as database, file and in-memory compression using streams.
Two compression methods (RLE and LZH) are built in, with "hooks" for the easy addition of custom compression formats. Compressed file protection using keys is supported.
TCompress also includes drop 'n play components for automatic database blob, image, memo and rich text, based on the VCL's TDBMemo, TDBImage and TDBRichText components.
Images compress by up to 98% when using LZH, hence there is a massive saving in disk space and disk or network access when using these components.
TCompress comes with an extensive demonstration, many source examples (including how to make a
self-extracting EXE) and comprehensive help and keyword files. Supports all versions of Delphi and C++ Builder
TSegCompress - 04 September, 1998 -
Ken McClain Add-on component for TCompress from SPIS that provides archive segmenting. Ideal for adding diskette backup/restore capability to any program.