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

TUnZipper

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

Declaration

Source position: zipper.pp line 391

type TUnZipper = class(TObject)

public

  constructor Create;

  destructor Destroy; override;

  procedure UnZipAllFiles();

  

Unzips all files in a zip file, writing them to disk

  procedure UnZipFiles();

  

Unzips specified files

  procedure Clear;

  

Removes all entries and files from object

  procedure Examine;

  

Opens zip file and reads the directory entries (list of zipped files)

  BufferSize: LongWord;

  OnOpenInputStream: TCustomInputStreamEvent;

  OnCloseInputStream: TCustomInputStreamEvent;

  OnCreateStream: TOnCustomStreamEvent;

  OnDoneStream: TOnCustomStreamEvent;

  OnPercent: Integer;

  OnProgress: TProgressEvent;

  OnStartFile: TOnStartFileEvent;

  

Callback procedure that will be called before unzipping a file

  OnEndFile: TOnEndOfFileEvent;

  

Callback procedure that will be called after unzipping a file

  FileName: ;

  

Zip file to be unzipped/processed

  OutputPath: ;

  

Path where archive files will be unzipped

  FileComment: ;

  Files: TStrings;

  

Files in zip file (deprecated)

  Entries: TFullZipFileEntries;

end;

Inheritance

TUnZipper

|

TObject


Documentation generated on: Feb 02 2013