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 :-))
constructor Create(AOwner: TComponent);
- TCoolTileBitmap - Tile a bitmap over a selected range------------------------
destructor Destroy;
procedure Paint;
procedure SetBitmap(Value: TBitmap);
property Align :
property Bitmap : TBitmap
property Enabled :
property ParentShowHint :
property PopupMenu :
property ShowHint :
property Visible :
event OnClick :
event OnDblClick :
event OnDragDrop :
event OnDragOver :
event OnEndDrag :
event OnMouseDown :
event OnMouseMove :
event OnMouseUp :
event OnStartDrag :
FBitmap : TBitmap;
constructor Create(AOwner: TComponent);
TCoolTileBitmap - Tile a bitmap over a selected range------------------------
destructor Destroy;
procedure Paint;
procedure SetBitmap(Value: TBitmap);
property Align :
property Bitmap : TBitmap
property Enabled :
property ParentShowHint :
property PopupMenu :
property ShowHint :
property Visible :
event OnClick :
event OnDblClick :
event OnDragDrop :
event OnDragOver :
event OnEndDrag :
event OnMouseDown :
event OnMouseMove :
event OnMouseUp :
event OnStartDrag :
FBitmap : TBitmap;