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


Occurs when archive operation with a group of files updates a progress indication value.

type TZFProgressEvent = procedure(
Sender:    TObject;
Progress:    Double;
Operation:    TZFProcessOperation;
ProgressPhase: TZFProgressPhase;
var Cancel:    Boolean
) of object;
property OnOverallProgress: TZFProgressEvent;

Description

Write an OnOverallProgress event handler to display progress of the operation on a group of files or to cancel it. OnOverallProgress event is triggered by AddFiles, MoveFiles, UpdateFiles, DeleteFiles, TestFiles or ExtractFiles when current archive operation on a group of files updates a progress indication value.

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

Progress indicates progress for the current group operation in percents.

Operation indicates current archive operation.

Cancel determines if current group operation should be cancelled. Set Cancel to True if you want to cancel executing of the current group operation. Default value for Cancel is False.
        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database Apr 25, 2024 
        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database Apr 25, 2024