| Class TBackgndObj (unit Backgnd) |
TPersistent
| Constructors |
constructor Create;| Functions |
procedure Assign(Value: TBackgndObj);
procedure Changed;
destructor Destroy;
procedure GradChanged(Sender: TObject);
procedure SetColor(Value: TColor);
procedure SetGradient(Value: TGradient);
procedure SetPicture(Value : TBitmap);
procedure SetStyle(Value : TBackStyle);| Properties |
property BackStyle : TBackStyle
property Color : TColor
property Gradient : TGradient
property Picture : TBitmap| Events |
event OnChange : TNotifyEvent| Variables |
fBackStyle : TBackStyle;
fColor : TColor;
fGradient : TGradient;
fOnChange : TNotifyEvent;
fPicture : TBitmap;| Constructors |
constructor Create;TBackgnd Object
| Functions |
procedure Assign(Value: TBackgndObj);
procedure Changed;
destructor Destroy;
procedure GradChanged(Sender: TObject);
procedure SetColor(Value: TColor);
procedure SetGradient(Value: TGradient);
procedure SetPicture(Value : TBitmap);
procedure SetStyle(Value : TBackStyle);| Properties |
property BackStyle : TBackStyle
property Color : TColor
property Gradient : TGradient
property Picture : TBitmap| Events |
event OnChange : TNotifyEvent| Variables |
fBackStyle : TBackStyle;
fColor : TColor;
fGradient : TGradient;
fOnChange : TNotifyEvent;
fPicture : TBitmap;