System.Zip.PZipHeader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PZipHeader = ^TZipHeader;

C++

typedef TZipHeader *PZipHeader;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.Zip.pas
System.Zip.hpp
System.Zip System.Zip

Description

Pointer to a TZipHeader object.

See Also