System.Zip.TZipHeader.UncompressedSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

UncompressedSize:   UInt32;

C++

System::UInt32 UncompressedSize;

Properties

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

Description

Specifies the size of the uncompressed data.

See Also