[Overview][Types][Classes] Reference for unit 'zstream' (#fcl)

TCompressionStream.OnProgress

Progress handler

Declaration

Source position: zstream.pp line 75

public property TCompressionStream.OnProgress;

Description

OnProgressis called whenever output data is written to the output stream. It can be used to update a progress bar or so. The Senderargument to the progress handler is the compression stream instance.