Class TPanelWallpaper (unit AdvancedPanel)

Inherits from

TPersistent

Constructors


constructor Create;

- TPanelWallpaper ------------------------------------------------------------


Functions

procedure Assign(Source: TPersistent);


destructor Destroy;


procedure Paint(Canvas: TCanvas; Rect: TRect; Color: TColor);


procedure SetBitmap(Value: TBitmap);


procedure SetStyle(Value: TPanelWallpaperStyle);


Properties

property Bitmap : TBitmap


property Style : TPanelWallpaperStyle


Events

event OnChange : TNotifyEvent


Variables

FBitmap : TBitmap;


FOnChange : TNotifyEvent;


FStyle : TPanelWallpaperStyle;



Constructors


constructor Create;

- TPanelWallpaper ------------------------------------------------------------


Functions


procedure Assign(Source: TPersistent);


destructor Destroy;


procedure Paint(Canvas: TCanvas; Rect: TRect; Color: TColor);


procedure SetBitmap(Value: TBitmap);


procedure SetStyle(Value: TPanelWallpaperStyle);


Properties


property Bitmap : TBitmap


property Style : TPanelWallpaperStyle


Events


event OnChange : TNotifyEvent


Variables


FBitmap : TBitmap;


FOnChange : TNotifyEvent;


FStyle : TPanelWallpaperStyle;