System.Zip.TZipFile.FileName

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

Delphi

property FileName[Index: Integer]: string read GetFileName;

C++

__property System::UnicodeString FileName[int Index] = {read=GetFileName};

プロパティ

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


説明

この .zip ファイルの Index で指定されるインデックスに保持されている、ファイル名へのアクセスを提供します。

関連項目