[Overview][Constants][Types][Classes][Index] Reference for unit 'Zipper' (#fcl)

TZipFileEntries

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

Files 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();

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

  

Entries (files) in the zip archive

end;

Inheritance

TZipFileEntries

  

Files in the zip archive

|

TCollection

|

TPersistent,IFPObserved

|

TObject