Discuss this help topic in SecureBlackbox Forum
Create a ZIP archive
To create a new empty archive you create an instance of TElZipWriter class and then call CreateArchive() method.
Example:
ZipWriter = new TElZipWriter(); ZipWriter.CreateArchive();