System.Zip.TZipEndOfCentralHeader.DiskNumber

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

DiskNumber:          UInt16;

C++

System::UInt16 DiskNumber;

Properties

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

Description

Represents the number of the disk that contains the end of the central directory.

See Also