System.Zip.TZipHeader.RequiredVersion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

RequiredVersion:    UInt16; // Start of Local Header

C++

System::Word RequiredVersion;

Properties

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

Description

Represents the minimum supported .zip specification version needed to extract the file.

See Also