System.Zip.TZipHeader.LocalHeaderOffset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

LocalHeaderOffset:  UInt32; // End of Central Header

C++

unsigned LocalHeaderOffset;

Properties

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

Description

The offset from the start of the first disk, on which the file appears, to where the local header should be found.

See Also