Class TCalBarGauge (unit Calmuniv)

Inherits from

TGraphicControl

Constructors


constructor Create(AOwner: TComponent);

Public declarations


Functions

procedure AddProgress(Value: Longint);


procedure Paint;

Protected declarations

function GetPercentDone: Integer;

default values

procedure SetBackColor(Value: TColor);


procedure SetBorderStyle(Value: TBorderStyle);


procedure SetCtl3D(Value: Boolean);


procedure SetForeColor(Value: TColor);


procedure SetKind(Value: TBarKind);


procedure SetMaxValue(Value: Longint);


procedure SetMinValue(Value: Longint);


procedure SetProgress(Value: Longint);


procedure SetShowText(Value: Boolean);


Properties

property Align :

Published declarations

property BackColor : TColor


property BorderStyle : TBorderStyle


property Ctl3D : Boolean


property Enabled :


property Font :


property ForeColor : TColor


property Kind : TBarKind


property MaxValue : Longint


property MinValue : Longint


property ParentFont :


property ParentShowHint :


property Progress : Longint


property ShowHint :


property ShowText : Boolean


property Visible :


property PercentDone : Integer


Events

Variables

FBackColor : TColor;


FBorderStyle : TBorderStyle;


FCtl3D : Boolean;


FCurValue : Longint;


FForeColor : TColor;


FKind : TBarKind;


FMaxValue : Longint;


FMinValue : Longint;

Private declarations

FShowText : Boolean;



Constructors


constructor Create(AOwner: TComponent);

Public declarations


Functions


procedure AddProgress(Value: Longint);


procedure Paint;

Protected declarations


function GetPercentDone: Integer;

default values


procedure SetBackColor(Value: TColor);


procedure SetBorderStyle(Value: TBorderStyle);


procedure SetCtl3D(Value: Boolean);


procedure SetForeColor(Value: TColor);


procedure SetKind(Value: TBarKind);


procedure SetMaxValue(Value: Longint);


procedure SetMinValue(Value: Longint);


procedure SetProgress(Value: Longint);


procedure SetShowText(Value: Boolean);


Properties


property Align :

Published declarations


property BackColor : TColor


property BorderStyle : TBorderStyle


property Ctl3D : Boolean


property Enabled :


property Font :


property ForeColor : TColor


property Kind : TBarKind


property MaxValue : Longint


property MinValue : Longint


property ParentFont :


property ParentShowHint :


property Progress : Longint


property ShowHint :


property ShowText : Boolean


property Visible :


property PercentDone : Integer


Events


Variables


FBackColor : TColor;


FBorderStyle : TBorderStyle;


FCtl3D : Boolean;


FCurValue : Longint;


FForeColor : TColor;


FKind : TBarKind;


FMaxValue : Longint;


FMinValue : Longint;

Private declarations


FShowText : Boolean;