|
@@ -1849,7 +1849,7 @@ end;</pre>
|
|
|
<p>The archive must not be encrypted.</p>
|
|
|
<p>Set OnExtractionProgress to a function to be informed of progress, or <tt>nil</tt> otherwise.</p></description>
|
|
|
<remarks><p>TOnExtractionProgress is defined as:</p>
|
|
|
-<p><tt>TOnExtractionProgress = function(const ArchiveName, FileName: string; const Progress, ProgressMax: Int64): Boolean;</tt></p>
|
|
|
+<p><tt>TOnExtractionProgress = function(const ArchiveName, FileName: String; const Progress, ProgressMax: Int64): Boolean;</tt></p>
|
|
|
<p>Return True to allow the extraction to continue, False otherwise.</p>
|
|
|
<p><tt>Extract7ZipArchive</tt> uses an embedded version of the "7z ANSI-C Decoder" from the LZMA SDK by Igor Pavlov, as-is, except that Unicode support and error messages were improved and that it outputs memory requirements.</p>
|
|
|
<p>All output of the decoder is logged if logging is enabled, including error messages but excluding empty lines.</p>
|