Inherits from
TGraphicControl
constructor Create (AOwner: TComponent);
- Public declarations
destructor Destroy;
because we compile and define the package as run-time (as well as design time), the bitmap resource will be available in the .
procedure Paint;
Protected declarations
procedure SetColour (colour: TColor);
property Colour : TColor
property Height :
Published declarations
property Width :
FBitmap : TBitmap;
FColour : TColor;
Private declarations
constructor Create (AOwner: TComponent);
Public declarations
destructor Destroy;
because we compile and define the package as run-time (as well as design time), the bitmap resource will be available in the .DPL file
procedure Paint;
Protected declarations
procedure SetColour (colour: TColor);
property Colour : TColor
property Height :
Published declarations
property Width :
FBitmap : TBitmap;
FColour : TColor;
Private declarations