System.Zip.TZipFile.FileInfo

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.Zip.pas
System.Zip.hpp
System.Zip TZipFile


説明

.zip アーカイブ内の指定されたファイルの個別 TZipHeader へのアクセスを提供します。

FileInfo はファイルの TZipHeader で、この TZipFile 内の Index で指定される場所に保持されています。

関連項目