System.Zip.TZipFile.IndexOf
Delphi
function IndexOf(const FileName: string): Integer;
C++
int __fastcall IndexOf(const System::UnicodeString FileName);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | System.Zip.pas System.Zip.hpp |
System.Zip | TZipFile |
説明
この .zip アーカイブにおいて、最初に現れたファイルのインデックスを決定します。
IndexOf は、この TZipFile において、最初に現れた FileName のインデックスを返します。