System.Zip.TZipFile.IndexOf

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

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 のインデックスを返します。

関連項目