Class TfrmProgress

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TfrmProgress = class(TfrmCustomGoPhast)

Description

TfrmProgress is used to display a progress bar to the user with extra information displayed in memoMessages about what is happening.

Hierarchy

Overview

Fields

Implicit lblProgress: TLabel;
Implicit memoMessages: TMemo;
Implicit pbProgress: TProgressBar;
Implicit pnlTop: TPanel;
Private FPrefix: string;

Methods

Implicit procedure FormShow(Sender: TObject);
Private procedure SetPrefix(const Value: string);
Public procedure StepIt;

Properties

Public property Prefix: string read FPrefix write SetPrefix;

Description

Fields

Implicit lblProgress: TLabel;

lblProgress: TLabel; lblProgress displays the amount of progress. See StepIt and Prefix.

Implicit memoMessages: TMemo;

memoMessages: TMemo; memoMessages displays messages to the user.

Implicit pbProgress: TProgressBar;

pbProgress: TProgressBar; pbProgress displays the amount of progress. See StepIt.

Implicit pnlTop: TPanel;

pnlTop: TPanel; pnlTop holds the controls at the top of TfrmProgress.

Private FPrefix: string;

FPrefix: string; See Prefix.

Methods

Implicit procedure FormShow(Sender: TObject);

FormShow initializes TfrmProgress.

Private procedure SetPrefix(const Value: string);

See Prefix.

Public procedure StepIt;

StepIt advances pbProgress and sets the caption of lblProgress based on Prefix and the amount of progress.

Properties

Public property Prefix: string read FPrefix write SetPrefix;

Prefix is used in StepIt to help set the caption of lblProgress. See StepIt.


Generated by PasDoc 0.10.0 on 2006-10-31 09:56:36