Unit 'XGR32_Graphics' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_graphics32ext]

TGRWallpaper

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: XGR32_Graphics.pas line 133

type TGRWallpaper = class(TCustomGraphicProperty)

protected

  FPicture: TPicture;

  

  FStyle: TWallpaperStyle;

  

  procedure iAssign(); override;

  

  procedure PictureChanged();

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function Empty;

  

  procedure PaintTo(); override; overload;

  

published

  property Alpha: Byte; [rw]

  

  property FileName: string; [rw]

  

  property OnChanged: TNotifyEvent;

  

  property Picture: TPicture; [r]

  

  property Style: TWallpaperStyle; [rw]

  

  property Transparent: Boolean; [rw]

  

end;

Inheritance

TGRWallpaper

  

|

TCustomGraphicProperty

  

|

TObject



CT Web help

CodeTyphon Studio