Class TProgressForm (unit ProgFrm)

Inherits from

TForm

Renamed from ProgForm.pas 6/20/1998 Paul Rice to avoid conflicts with others' work. Demonstrates how to implement a progress dialog with a cancel button. Copyright © 1996 Big Creek Software Permission to use, copy, modify and distribute this software is hereby granted. The author makes no representations about the suitability of this software for any purposes. It is provided "as-is" without express or implied warranty. Author: David W. Body Date: July 18, 1996

Constructors



Functions

procedure FormCreate(Sender: TObject);


procedure theButtonClick(Sender: TObject);


Properties

Events

Variables

Bevel1 : TBevel;


Gauge1 : TGauge;


Label1 : TLabel;


theButton : TBitBtn;


UserCancel : Boolean;

Public declarations


Constructors


Functions


procedure FormCreate(Sender: TObject);


procedure theButtonClick(Sender: TObject);


Properties


Events


Variables


Bevel1 : TBevel;


Gauge1 : TGauge;


Label1 : TLabel;


theButton : TBitBtn;


UserCancel : Boolean;

Public declarations