[Overview][Types][Classes] |
Progress handler
Source position: zstream.pp line 89
public property TDecompressionStream.OnProgress; |
OnProgressis called whenever input data is read from the source stream. It can be used to update a progress bar or so. The Senderargument to the progress handler is the decompression stream instance.