System.Zip.TZipFile.FileName
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 で指定されるインデックスに保持されている、ファイル名へのアクセスを提供します。