Discuss this help topic in SecureBlackbox Forum
This event reports extraction progress.
Declaration
Parameters
- Processed - number of processed bytes of the current entry
- Total - total size of the current archive entry.
- OverallProcessed - number of bytes processed of the whole archive.
- OverallTotal - total size of the archive in bytes.
- Cancel - this parameter allows to cancel data extraction.
Description
This event is fired by TElZipReader periodically to show extraction progress.
Parameter
Cancel could be set to
True in order to stop operation.
Discuss this help topic in SecureBlackbox Forum