Description | Hierarchy | Fields | Methods | Properties |
type TfrmProgress = class(TfrmCustomGoPhast)
TfrmProgress
is used to display a progress bar to the user with extra information displayed in memoMessages about what is happening.
![]() |
lblProgress: TLabel; |
![]() |
memoMessages: TMemo; |
![]() |
pbProgress: TProgressBar; |
![]() |
pnlTop: TPanel; |
![]() |
FPrefix: string; |
![]() |
procedure FormShow(Sender: TObject); |
![]() |
procedure SetPrefix(const Value: string); |
![]() |
procedure StepIt; |
![]() |
property Prefix: string read FPrefix write SetPrefix; |
![]() |
lblProgress: TLabel; |
|
![]() |
memoMessages: TMemo; |
|
![]() |
pbProgress: TProgressBar; |
|
![]() |
pnlTop: TPanel; |
|
![]() |
FPrefix: string; |
|
![]() |
procedure FormShow(Sender: TObject); |
|
![]() |
procedure SetPrefix(const Value: string); |
See Prefix. |
![]() |
procedure StepIt; |
|
![]() |
property Prefix: string read FPrefix write SetPrefix; |
|