System.Zip.TZipFile.GetHeaderFileName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHeaderFileName(const Header: TZipHeader): string;

C++

System::UnicodeString __fastcall GetHeaderFileName(const TZipHeader &Header);

Properties

Type Visibility Source Unit Parent
function public
System.Zip.pas
System.Zip.hpp
System.Zip TZipFile

Description

Returns the FileName of a TZipHeader.


See Also