Unit 'Zipper' Package
[Overview][Constants][Types][Classes][Index] [#fcl]

TZipFileEntries

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Collection used to store information about files and directories in the .zip archive.

Declaration

Source position: zipper.pp line 399

type TZipFileEntries = class(TCollection)

public

  function AddFileEntry();

  

Adds file to zip directory.

  procedure AddFileEntries();

  

Adds TZipFileEntry instances in the collection for the file names in List.

  property Entries []: TZipFileEntry; default; [rw]

  

Entries (files) in the zip archive.

end;

Inheritance

TZipFileEntries

  

Collection used to store information about files and directories in the .zip archive.

|

TCollection

|

TPersistent

|

TObject,IFPObserved

Description

TZipFileEntries is a TCollection descendant which provides support for using TZipFileEntry instances as the Items in the collection. It provides an indexed Entries property used to access the TZipFileEntry instances in the collection, and serves as the default property for enumerator access.

TZipFileEntries is the type used to implement the Entries property in TZipper.

See also

TZipFileEntries.Entries

  

Entries (files) in the zip archive.

TZipFileEntry

  

Represents a file or directory added to a .ZIP file.

TZipper.Entries

  

Collection with the TZipFileEntry instances in the .ZIP archive.

TUnZipper.Entries

  

Collection with TFullZipFileEntry instances for files and directories stored in the .ZIP archive.

TFullZipFileEntries

  

Collection of TFullZipFileEntry items.


Documentation generated on: Jul 24 2023