System.Zip.TZipFile.IndexOf

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function IndexOf(const FileName: string): Integer;

C++

int __fastcall IndexOf(const System::UnicodeString FileName);

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Zip.pas
System.Zip.hpp
System.Zip TZipFile


Description

Détermine l'index du premier aspect d'un fichier dans cette archive .zip.

IndexOf renvoie l'index du premier aspect de FileName dans ce TZipFile.

Voir aussi