Class TProgressBarDialog
Unit
progressdialog
Declaration
type TProgressBarDialog = class(TForm)
Description
Hierarchy
Overview
Fields
Methods
 |
constructor create(title,description:string;maxprogress:longint=100); |
 |
procedure setProgress(progress:longint); |
 |
procedure progressEvent(sender:TObject;progress,maxprogress:longint); |
Description
Fields
 |
Label1: TLabel; |
|
 |
barLabel: TLabel; |
|
 |
ProgressBar1: TProgressBar; |
|
 |
addUnit: string; |
|
Methods
 |
constructor create(title,description:string;maxprogress:longint=100); |
|
 |
procedure setProgress(progress:longint); |
|
 |
procedure progressEvent(sender:TObject;progress,maxprogress:longint); |
|
Generated by PasDoc 0.14.0.
|