pkzip1ArchiveProgress method

Applies to
TForm1

Declaration
procedure pkzip1ArchiveProgress(Sender: TObject; Progress: Byte; var Abort: Boolean);

Implementation

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


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