Inherits from
TGraphicControl
constructor Create(AOwner: TComponent);
- Public declarations
destructor Destroy;
procedure Paint;
procedure SetBounds(ALeft, ATop, AWidth, AHeight: Integer);
procedure SetChipType(ChipType: TChipType);
procedure SetChipValue(ChipValue: LongInt);
property ChipType : TChipType
property ChipValue : LongInt
Published declarations
FChipType : TChipType;
FChipValue : LongInt;
Protected declarations
ShadowColor : TColor;
TextColor : TColor;
constructor Create(AOwner: TComponent);
Public declarations
destructor Destroy;
procedure Paint;
procedure SetBounds(ALeft, ATop, AWidth, AHeight: Integer);
procedure SetChipType(ChipType: TChipType);
procedure SetChipValue(ChipValue: LongInt);
property ChipType : TChipType
property ChipValue : LongInt
Published declarations
FChipType : TChipType;
FChipValue : LongInt;
Protected declarations
ShadowColor : TColor;
TextColor : TColor;