| Description | Hierarchy | Fields | Methods | Properties | 
type TfrmProgressMM = class(TfrmCustomGoPhast)
TfrmProgressMM 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; | 
|  | btnAbort: TBitBtn; | 
|  | FPrefix: string; | 
|  | LastTime: TDateTime; | 
|  | LastMessageTime: TDateTime; | 
|  | FShouldContinue: Boolean; | 
|  | procedure FormShow(Sender: TObject); | 
|  | procedure btnAbortClick(Sender: TObject); | 
|  | procedure SetPrefix(const Value: string); | 
|  | procedure SetProgressLabelCaption(const Value: string); | 
|  | function GetProgressLabelCaption: string; | 
|  | function GetShouldContinue: Boolean; | 
|  | procedure StepIt; | 
|  | procedure AddMessage(Const AMessage: string; AllowUpdate: boolean = True); | 
|  | property ShouldContinue: Boolean read GetShouldContinue write FShouldContinue; | 
|  | property ProgressLabelCaption: string read GetProgressLabelCaption
      write SetProgressLabelCaption; | 
|  | property Prefix: string read FPrefix write SetPrefix; | 
|  | lblProgress: TLabel; | 
| 
 | |
|  | memoMessages: TMemo; | 
| 
 | |
|  | pbProgress: TProgressBar; | 
| 
 | |
|  | pnlTop: TPanel; | 
| 
 | |
|  | btnAbort: TBitBtn; | 
|  | FPrefix: string; | 
| 
 | |
|  | LastTime: TDateTime; | 
|  | LastMessageTime: TDateTime; | 
|  | FShouldContinue: Boolean; | 
|  | procedure FormShow(Sender: TObject); | 
| 
 | |
|  | procedure btnAbortClick(Sender: TObject); | 
|  | procedure SetPrefix(const Value: string); | 
| See Prefix. | |
|  | procedure SetProgressLabelCaption(const Value: string); | 
|  | function GetProgressLabelCaption: string; | 
|  | function GetShouldContinue: Boolean; | 
|  | procedure StepIt; | 
| 
 | |
|  | procedure AddMessage(Const AMessage: string; AllowUpdate: boolean = True); | 
|  | property ShouldContinue: Boolean read GetShouldContinue write FShouldContinue; | 
| Private declarations | |
|  | property ProgressLabelCaption: string read GetProgressLabelCaption
      write SetProgressLabelCaption; | 
|  | property Prefix: string read FPrefix write SetPrefix; | 
| 
 | |