API:System.Zip.TZipEndOfCentralHeader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TZipEndOfCentralHeader = packed record

C++

struct DECLSPEC_DRECORD TZipEndOfCentralHeader
{
public:
    System::Word DiskNumber;
    System::Word CentralDirStartDisk;
    System::Word NumEntriesThisDisk;
    System::Word CentralDirEntries;
    unsigned CentralDirSize;
    unsigned CentralDirOffset;
    System::Word CommentLength;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
System.Zip.pas
System.Zip.hpp
System.Zip System.Zip

Description

Embarcadero Technologies does not currently have any additional information.