pkzip1ArchiveItemProgress method

Applies to
TForm1

Declaration
procedure pkzip1ArchiveItemProgress(Sender: TObject; Item: TAbArchiveItem; Progress: Byte; var Abort: Boolean);

Implementation

procedure TForm1.pkzip1ArchiveItemProgress(Sender: TObject;
  Item: TAbArchiveItem; Progress: Byte; var Abort: Boolean);
begin try
Abort := stop_save;
if form3 <> nil then
   form3.FlatGauge2.Progress :=Progress;
except end;End;


HTML generated by Time2HELP
http://www.time2help.com