System.Zip.TZipFile.IndexOf

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IndexOf(const FileName: string): Integer;

C++

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

Properties

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

Description

Determines the index of the first appearance of a file in this .zip archive.

IndexOf returns the index of the first appearance of FileName in this TZipFile.

See Also