System.Zip.TZipFile.FileInfos

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

Delphi

property FileInfos: TArray<TZipHeader> read GetFileInfos;

C++

__property System::DynamicArray<TZipHeader> FileInfos = {read=GetFileInfos};

プロパティ

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


説明

この TZipFile に保持されているファイルの TZipHeader オブジェクトの配列を表します。

関連項目