System.Zip.TZipFile.OnProgress

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnProgress: TZipProgressEvent read FOnProgress write FOnProgress;

C++

__property TZipProgressEvent OnProgress = {read=FOnProgress, write=FOnProgress};

Properties

Type Visibility Source Unit Parent
event public
System.Zip.pas
System.Zip.hpp
System.Zip TZipFile

Description

Event handler for the zip file operation progress.

Occurs when there is a change in the progress of one of the zip file operations, such as:

See Also