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

TZlibErrorProc

Error Callback

Declaration

Source position: zlibar.pas line 102

type TZlibErrorProc = procedure(

  Sender: TObject;

  var ErrorCode: Integer;

  ErrorStr: String

) of object;

Arguments

Sender

  

TZlibReadArchive or TZlibWriteArchive object

ErrorCode

  

Error code that has occured

ErrorStr

  

Description of the error.

Description

Used to catch error before an exception is raised.