Class TProcessingForm (unit prcdlg)

Inherits from

TForm

Constructors



Functions

procedure BitBtn1Click(Sender: TObject);


procedure FormActivate(Sender: TObject);


procedure FormCreate(Sender: TObject);

/////////////////// TProcessingForm // ///////////////////

procedure Timer1Timer(Sender: TObject);


Properties

Events

Variables

BitBtn1 : TBitBtn;


Gauge1 : TGauge;


Label1 : TLabel;


Timer1 : TTimer;


DesiredModalResult : TModalResult;


MyProcessingDialogControl : TProcessingDialog;



Constructors


Functions


procedure BitBtn1Click(Sender: TObject);


procedure FormActivate(Sender: TObject);


procedure FormCreate(Sender: TObject);

/////////////////// TProcessingForm // ///////////////////


procedure Timer1Timer(Sender: TObject);


Properties


Events


Variables


BitBtn1 : TBitBtn;


Gauge1 : TGauge;


Label1 : TLabel;


Timer1 : TTimer;


DesiredModalResult : TModalResult;


MyProcessingDialogControl : TProcessingDialog;