System.Zip.TZipHeader.CRC32

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

CRC32:              UInt32;

C++

unsigned CRC32;

Properties

Type Visibility Source Unit Parent
field public
System.Zip.pas
System.Zip.hpp
System.Zip TZipHeader

Description

Represents the cyclic redundancy check (CRC) value for this file.

See Also