Class timage
Unit
Declaration
type timage = class(tscrollingwidget)
Description
No description available, ancestor tscrollingwidget description follows
No description available, ancestor tscrollingwidgetnwr description follows
No description available, ancestor tcustomeventwidgetnwr description follows
No description available, ancestor tpublishedwidgetnwr description follows
No description available, ancestor tactionpublishedwidgetnwr description follows
No description available, ancestor tactionwidget description follows
No description available, ancestor twidget description follows
No description available, ancestor tactcomponent description follows
No description available, ancestor tmsecomponent description follows
Hierarchy
- TObject
- TPersistent
- tcomponent
- tmsecomponent
- tactcomponent
- twidget
- tactionwidget
- tactionpublishedwidgetnwr
- tpublishedwidgetnwr
- tcustomeventwidgetnwr
- tscrollingwidgetnwr
- tscrollingwidget
- timage
Overview
Methods
procedure paintbmp(const acanvas: tcanvas; const abmp: tmaskedbitmap; const dest: rectty); |
|
procedure dopaintforeground(const canvas: tcanvas); override; |
|
function calcminscrollsize: sizety; override; |
|
procedure internalcreateframe; override; |
|
procedure getautopaintsize(var asize: sizety); override; |
|
constructor create(aowner: tcomponent); override; |
|
destructor destroy; override; |
|
procedure changed; virtual; |
Properties
property bitmap: tmaskedbitmap read fbitmap write setbitmap; |
|
property colorforeground: colorty read fcolorforeground
write setcolorforeground default cl_black; |
|
property colorbackground: colorty read fcolorbackground
write setcolorbackground default cl_white; |
|
property optionswidget default defaultimageoptionswidget; |
|
property onmouseevent; |
|
property onclientmouseevent; |
|
property onchildmouseevent; |
|
property onmousewheelevent; |
|
property onkeydown; |
|
property onkeyup; |
|
property onbeforepaint; |
|
property onpaintbackground; |
|
property onpaint; |
|
property onafterpaint; |
Description
Methods
procedure paintbmp(const acanvas: tcanvas; const abmp: tmaskedbitmap; const dest: rectty); |
|
procedure dopaintforeground(const canvas: tcanvas); override; |
|
function calcminscrollsize: sizety; override; |
|
procedure internalcreateframe; override; |
|
procedure getautopaintsize(var asize: sizety); override; |
|
constructor create(aowner: tcomponent); override; |
|
destructor destroy; override; |
|
procedure changed; virtual; |
|
Properties
property bitmap: tmaskedbitmap read fbitmap write setbitmap; |
|
property colorforeground: colorty read fcolorforeground
write setcolorforeground default cl_black; |
|
property colorbackground: colorty read fcolorbackground
write setcolorbackground default cl_white; |
|
property optionswidget default defaultimageoptionswidget; |
|
property onmouseevent; |
|
property onclientmouseevent; |
|
property onchildmouseevent; |
|
property onmousewheelevent; |
|
property onkeydown; |
|
property onkeyup; |
|
property onbeforepaint; |
|
property onpaintbackground; |
|
property onpaint; |
|
property onafterpaint; |
|
Generated by PasDoc 0.16.0.