Class TCoolTileBitmap (unit envydcp1)

Inherits from

TGraphicControl

TCoolTileBitmap - Colour selecting drop-down combo box-----------------------} { Forms with graphical backgrounds always look nice and with Windows background tiles and the abundance of tiled backgrounds on WWW pages this component was begging to be written. Any tile that looks good as a backdground on your desktop or WWW page will look good here. Remember a small tile will take hardly any space in your executable too :-))

Constructors


constructor Create(AOwner: TComponent);

TCoolTileBitmap - Tile a bitmap over a selected range------------------------


Functions

destructor Destroy;


procedure Paint;


procedure SetBitmap(Value: TBitmap);


Properties

property Align :


property Bitmap : TBitmap


property Enabled :


property ParentShowHint :


property PopupMenu :


property ShowHint :


property Visible :


Events

event OnClick :


event OnDblClick :


event OnDragDrop :


event OnDragOver :


event OnEndDrag :


event OnMouseDown :


event OnMouseMove :


event OnMouseUp :


event OnStartDrag :


Variables

FBitmap : TBitmap;



Constructors


constructor Create(AOwner: TComponent);

TCoolTileBitmap - Tile a bitmap over a selected range------------------------


Functions


destructor Destroy;


procedure Paint;


procedure SetBitmap(Value: TBitmap);


Properties


property Align :


property Bitmap : TBitmap


property Enabled :


property ParentShowHint :


property PopupMenu :


property ShowHint :


property Visible :


Events


event OnClick :


event OnDblClick :


event OnDragDrop :


event OnDragOver :


event OnEndDrag :


event OnMouseDown :


event OnMouseMove :


event OnMouseUp :


event OnStartDrag :


Variables


FBitmap : TBitmap;