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

TZipFileEntry

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

Declaration

Source position: zipper.pp line 260

type TZipFileEntry = class(TCollectionItem)

public

  constructor Create(); override;

  function IsDirectory;

  function IsLink;

  procedure Assign(); override;

  Stream: TStream;

published

  ArchiveFileName: ;

  DiskFileName: ;

  Size: Integer;

  DateTime: TDateTime;

  OS: Byte;

  

Indication of operating system/filesystem

  Attributes: LongInt;

  CompressionLevel: Tcompressionlevel;

end;

Inheritance

TZipFileEntry

|

TCollectionItem

|

TPersistent,IFPObserved

|

TObject


Documentation generated on: Feb 02 2013