[Overview][Constants][Types][Classes][Procedures and functions] Reference for unit 'zlibar' (#archive)

TZlibExtractProgProc

Callback for progress during decompression

Declaration

Source position: zlibar.pas line 100

type TZlibExtractProgProc = procedure(

  Sender: TObject;

  FileSize: Int64;

  FilePos: Int64

) of object;

Arguments

Sender

  

TZlibReadArchive object

FileSize

  

Total size of the InStream

FilePos

  

Current position of the InStream