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


Occurs when temporary file created internally for splitted/spanned archive is copied into a destination path.

type TZFCopyTempFileProgressEvent = procedure(
Sender:    TObject;
Progress:    Double;
ProgressPhase: TZFProgressPhase;
var Cancel:    Boolean
) of object;
property OnCopyTempFileProgress: TZFCopyTempFileProgressEvent;

Description

Write an OnCopyTempFileProgress event handler to display a progress of copying internally created temporary file for splitted/spanned archive or to cancel its copying.
OnCopyTempFileProgress event is triggered by AddFiles or by EndUpdate when current archive is a splitted/spanned archive.

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

Progress indicates progress for the current operation in percents.

Cancel determines if current operation on the current file should be cancelled. Set Cancel to True if you want to cancel executing of the current operation on the file. Default value for Cancel is False.


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