var fDesc=new Array(); fDesc[0] = "VCLZip is a Delphi and BCB component that makes it easy for your applications to create and work with compressed data. VCLZip has been around for 12 years and so it is very stable and reliable. Yet we are committed to aggressive development of new features and tools to enhance VCLZip and it’s capabilities.
VCLZip is so easy to use you can drop it on one of your forms and add 3 lines of code to start using it.

Main Features :

- PKZip and WinZip compatible
- WinZip compatible support of Unicode filenames, archive names, and paths for Delphi/BCB 6 through 2009.
- PKZip/WinZip compatible Strong Encryption
- Multipart zip files
- Works with Delphi 4, 5, 6, 7, 2005, 2006, 2007 and 2009
- Works with BCB 4, 5, 6, 2006, 2007 and 2009
- Zip64 Format supported
- Zlib 1.2.3 built in and used for compression and decompression
- Work with any combination of compressing and decompression to and from files, streams, and memory buffers
- Create self extracting zip files
- Integrity checking of archives and compressed files"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }