System.Zip.TZipFile.FileInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FileInfo[Index: Integer]: TZipHeader read GetFileInfo;

C++

__property TZipHeader FileInfo[int Index] = {read=GetFileInfo};

Properties

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

Description

Provides access to the individual TZipHeader for a specified file from the .zip archive.

FileInfo is the TZipHeader for a file, contained by this TZipFile, at a position specified by Index.

See Also