| Class TDigitsPanel (unit DigitsPanel) |
TGraphicControl
| Constructors |
constructor Create(AOwner: TComponent);| Functions |
destructor Destroy;
procedure DigitsChanged(Sender: TObject);
procedure Paint;
procedure SetBevelInner(Value: TPanelBevel);
procedure SetBevelOuter(Value: TPanelBevel);
procedure SetBevelWidth(Value: Byte);
procedure SetBounds(ALeft, ATop, AWidth, AHeight: Integer);
procedure SetColor(Value: TColor);
procedure SetDigits(Value: TBitMap);
procedure SetLength(Value: TDigitsLength);
procedure SetMargin(Value: Byte);
procedure SetValue(Value: Longint);| Properties |
property BevelInner : TPanelBevel
property BevelOuter : TPanelBevel
property BevelWidth : Byte
property Color : TColor
property Digits : TBitMap
property Length : TDigitsLength
property Margin : Byte
property Value : Longint| Events |
| Variables |
FBevelInner : TPanelBevel;
FBevelOuter : TPanelBevel;
FBevelWidth : Byte;
FColor : TColor;
FDigitHeight : Word;
FDigits : TBitMap;
FDigitWidth : Word;
FLength : TDigitsLength;
FMargin : Byte;
FValue : Longint;| Constructors |
constructor Create(AOwner: TComponent);-- TDigitsPanel - Constructor & Destructor --
| Functions |
destructor Destroy;TDigitsPanel
procedure DigitsChanged(Sender: TObject);-- TDigitsPanel - Procedures --
procedure Paint;
procedure SetBevelInner(Value: TPanelBevel);
procedure SetBevelOuter(Value: TPanelBevel);
procedure SetBevelWidth(Value: Byte);
procedure SetBounds(ALeft, ATop, AWidth, AHeight: Integer);
procedure SetColor(Value: TColor);
procedure SetDigits(Value: TBitMap);-- TDigitsPanel - Properties --
procedure SetLength(Value: TDigitsLength);
procedure SetMargin(Value: Byte);
procedure SetValue(Value: Longint);| Properties |
property BevelInner : TPanelBevel
property BevelOuter : TPanelBevel
property BevelWidth : Byte
property Color : TColor
property Digits : TBitMap
property Length : TDigitsLength
property Margin : Byte
property Value : Longint| Events |
| Variables |
FBevelInner : TPanelBevel;
FBevelOuter : TPanelBevel;
FBevelWidth : Byte;
FColor : TColor;
FDigitHeight : Word;
FDigits : TBitMap;
FDigitWidth : Word;
FLength : TDigitsLength;
FMargin : Byte;
FValue : Longint;