Class TProgressForm (unit FmProgr)

Inherits from

TForm

Exports procedure ShowProgress, which can show a small window with a Gauge in it. This procedure can be used in conjunction with unit Progres. 4 Dec 96: - Put variable ProgessForm in implementation - now ProgressForm is created in the initialization 9 Dec 96: - Put variable PorgessForm in interface again, to make it possible to access its caption 6 Mar 97: - improved TProgressForm.ShowProgress slightly (more robust now) 3 Nov 97: - added ProgressForm.Free in finalization 9 Nov 97: - ifdef'd that statement out for Delphi 1 12 Dec 97: - removed the initialization/finalization section; check on existence of ProgressForm now added in unit Progres

Constructors



Functions

procedure ShowProgress(frac: Single);

Private declarations

Properties

Events

Variables

Gauge1 : TGauge;



Constructors


Functions


procedure ShowProgress(frac: Single);

Private declarations


Properties


Events


Variables


Gauge1 : TGauge;