Delphi Database, Delphi Components from ComponentAce
Products Download Order Contact us
TZipForge.OnExtractFile
TZipForge
Top 


Occurs when file is being extracted from archive.

type TZFOnExtractFileEvent = procedure (Sender: TObject; var FileName: string; var FileAttr: LongWord; const Comment: String) of object;
property OnExtractFile: TZFOnExtractFileEvent;

Description

Write an OnExtractFile event handler to override default file name or change its attributes before extracting.
The event is fired when ExtractFiles is called.

The Sender parameter is the object whose event handler is called.

FileName specifies the name of the file being extracted.

FileAttr specifies extracted file attributes.

Comment parameter indicates extracted file comment.

        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database Apr 19, 2024 
        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database Apr 19, 2024