Class TProgressBox (unit ExtDlg)

Inherits from

TCommonDialog

Constructors


constructor Create(AOwner: TComponent);

TProgressBox


Functions

procedure Close;


destructor Destroy;


procedure Show;


procedure CancelAction(Sender: TObject);


procedure SetCanCancelled(Value: Boolean);


procedure SetCaption(Value: string);


procedure SetColor(Value: TColor);


procedure SetFont(Value: TFont);


procedure SetGaugeKind(Value: TGaugeKind);


procedure SetLabel1(Value: string);


procedure SetLabel2(Value: string);


procedure SetMaxValue(Value: integer);


procedure SetMinValue(Value: integer);


procedure SetProgress(Value: integer);


Properties

property CanCancelled : Boolean


property Caption : string


property FirstLabel : string


property Font : TFont


property GaugeColor : TColor


property GaugeKind : TGaugeKind


property MaxValue : integer


property MinValue : integer


property Progress : integer


property SecondLabel : string


Events

event OnCancelAction : TNotifyEvent


Variables

FCanCancelled : Boolean;


FCancelAction : TNotifyEvent;


FCaption : string;


FColor : TColor;


FFont : TFont;


FGaugeKind : TGaugeKind;


FLabel1 : string;


FLabel2 : string;


FMaxValue : integer;


FMinValue : integer;


FProgress : integer;



Constructors


constructor Create(AOwner: TComponent);

TProgressBox


Functions


procedure Close;


destructor Destroy;


procedure Show;


procedure CancelAction(Sender: TObject);


procedure SetCanCancelled(Value: Boolean);


procedure SetCaption(Value: string);


procedure SetColor(Value: TColor);


procedure SetFont(Value: TFont);


procedure SetGaugeKind(Value: TGaugeKind);


procedure SetLabel1(Value: string);


procedure SetLabel2(Value: string);


procedure SetMaxValue(Value: integer);


procedure SetMinValue(Value: integer);


procedure SetProgress(Value: integer);


Properties


property CanCancelled : Boolean


property Caption : string


property FirstLabel : string


property Font : TFont


property GaugeColor : TColor


property GaugeKind : TGaugeKind


property MaxValue : integer


property MinValue : integer


property Progress : integer


property SecondLabel : string


Events


event OnCancelAction : TNotifyEvent


Variables


FCanCancelled : Boolean;


FCancelAction : TNotifyEvent;


FCaption : string;


FColor : TColor;


FFont : TFont;


FGaugeKind : TGaugeKind;


FLabel1 : string;


FLabel2 : string;


FMaxValue : integer;


FMinValue : integer;


FProgress : integer;