Contents - Index - Previous - Next


OnBadCRC Event

 

Applies to

TVCLUnZip component

 

Declaration

property OnBadCRC: TBadCRC = procedure(Sender: TObject; CalcCRC, StoredCRC: LongInt; FileIndex: Integer); of object;

 

Description

The OnBadCRC event handler is triggered when the value for the CRC for a file just extracted does not match the CRC that was calculated by the TVCLUnZip component.   The values for the calculated CRC and the stored CRC are passed in the CalcCRC and StoredCRC variables respectively.