IZipArchive.Item

Syntax

Item(Index: Integer): IZipArchiveEntry;

Parameters

Index. Index of element in archive.

Description

The Item property returns information about archive element with the specified index.

Example

The example of use is given in description of the IZipArchiveEntry.ArchPath constructor.

See also:

IZipArchive