Class TProgressBarDialog
Unit
Declaration
type TProgressBarDialog = class(TForm)
Description
Hierarchy
- TForm
- TProgressBarDialog
Overview
Fields
![]() |
Label1: TLabel; |
![]() |
barLabel: TLabel; |
![]() |
ProgressBar1: TProgressBar; |
![]() |
addUnit: string; |
Methods
![]() |
constructor create(title,description:string;maxprogress:longint=100); reintroduce; |
![]() |
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); reintroduce; |
![]() |
procedure setProgress(progress:longint); |
![]() |
procedure progressEvent(sender:TObject;progress,maxprogress:longint); |
Generated by PasDoc 0.16.0.