Class TNumber (unit Number)

Inherits from

TGraphicControl

Constructors


constructor Create(AOwner: TComponent);

Public declarations


Functions

procedure Paint;

Protected declarations

Procedure SetBH(nr : Word);


Procedure SetBS(nr : Word);


Procedure SetBW(nr : Word);


Procedure SetCol(c : TColor);


Procedure SetFont(f : TFont);


Procedure SetKind(k : TNumberType);


Procedure SetValue(nr : Word);


Properties

property BarHeight : Word


property BarWidth : Word


property Color : TColor

Published declarations

property Font : TFont


property ShownAs : TNumberType


property Spacing : Word


property Value : Word


property Visible :


Events

Variables

BH : Word;

Private declarations

BS : Word;


BW : Word;


Col : TColor;


Kind : TNumberType;


number : Word;


UseFont : TFont;



Constructors


constructor Create(AOwner: TComponent);

Public declarations


Functions


procedure Paint;

Protected declarations


Procedure SetBH(nr : Word);


Procedure SetBS(nr : Word);


Procedure SetBW(nr : Word);


Procedure SetCol(c : TColor);


Procedure SetFont(f : TFont);


Procedure SetKind(k : TNumberType);


Procedure SetValue(nr : Word);


Properties


property BarHeight : Word


property BarWidth : Word


property Color : TColor

Published declarations


property Font : TFont


property ShownAs : TNumberType


property Spacing : Word


property Value : Word


property Visible :


Events


Variables


BH : Word;

Private declarations


BS : Word;


BW : Word;


Col : TColor;


Kind : TNumberType;


number : Word;


UseFont : TFont;