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

Overview

Methods

Protected procedure paintbmp(const acanvas: tcanvas; const abmp: tmaskedbitmap; const dest: rectty);
Protected procedure dopaintforeground(const canvas: tcanvas); override;
Protected function calcminscrollsize: sizety; override;
Protected procedure internalcreateframe; override;
Protected procedure getautopaintsize(var asize: sizety); override;
Public constructor create(aowner: tcomponent); override;
Public destructor destroy; override;
Public procedure changed; virtual;

Properties

Published property bitmap: tmaskedbitmap read fbitmap write setbitmap;
Published property colorforeground: colorty read fcolorforeground write setcolorforeground default cl_black;
Published property colorbackground: colorty read fcolorbackground write setcolorbackground default cl_white;
Published property optionswidget default defaultimageoptionswidget;
Published property onmouseevent;
Published property onclientmouseevent;
Published property onchildmouseevent;
Published property onmousewheelevent;
Published property onkeydown;
Published property onkeyup;
Published property onbeforepaint;
Published property onpaintbackground;
Published property onpaint;
Published property onafterpaint;

Description

Methods

Protected procedure paintbmp(const acanvas: tcanvas; const abmp: tmaskedbitmap; const dest: rectty);
 
Protected procedure dopaintforeground(const canvas: tcanvas); override;
 
Protected function calcminscrollsize: sizety; override;
 
Protected procedure internalcreateframe; override;
 
Protected procedure getautopaintsize(var asize: sizety); override;
 
Public constructor create(aowner: tcomponent); override;
 
Public destructor destroy; override;
 
Public procedure changed; virtual;
 

Properties

Published property bitmap: tmaskedbitmap read fbitmap write setbitmap;
 
Published property colorforeground: colorty read fcolorforeground write setcolorforeground default cl_black;
 
Published property colorbackground: colorty read fcolorbackground write setcolorbackground default cl_white;
 
Published property optionswidget default defaultimageoptionswidget;
 
Published property onmouseevent;
 
Published property onclientmouseevent;
 
Published property onchildmouseevent;
 
Published property onmousewheelevent;
 
Published property onkeydown;
 
Published property onkeyup;
 
Published property onbeforepaint;
 
Published property onpaintbackground;
 
Published property onpaint;
 
Published property onafterpaint;
 

Generated by PasDoc 0.16.0.