Class tcustomicon

Unit

Declaration

type tcustomicon = class(tpublishedwidget)

Description

No description available, ancestor tpublishedwidget 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

Fields

Protected fanimimagenum: int32;
Protected fcurrentanimoffset: int32;
Protected ftimer: tsimpletimer;

Methods

Protected procedure resetanim();
Protected procedure animtick(const sender: tobject);
Protected procedure updateanim();
Protected procedure dopaintforeground(const canvas: tcanvas); override;
Protected procedure enabledchanged; override;
Protected procedure getautopaintsize(var asize: sizety); override;
Protected procedure clientrectchanged; override;
Protected procedure objectevent(const sender: tobject; const event: objecteventty); override;
Protected procedure defineproperties(filer: tfiler); override;
Protected procedure loaded(); override;
Public constructor create(aowner: tcomponent); override;
Public destructor destroy(); override;
Public procedure animrestart();

Properties

Public property imagelist: timagelist read fimagelist write setimagelist;
Public property imagenum: integer read fimagenum write setimagenum default -1;
Public property colorglyph: colorty read fcolorglyph write setcolorglyph default cl_default;
Public property colorbackground: colorty read fcolorbackground write setcolorbackground default cl_default;
Public property opacity: colorty read fopacity write setopacity default cl_default;
Public property alignment: alignmentsty read falignment write setalignment default [al_xcentered,al_ycentered];
Public property currentanimoffset: int32 read fcurrentanimoffset write setcurrentanimoffset;
Public property anim_intervalus: int32 read fanim_intervalus write setanim_intervalus default 0;
Public property anim_count: int32 read fanim_count write setanim_count default 0;
Public property anim_enabled: boolean read fanim_enabled write setanim_enabled default false;
Public property anim_options: animationoptionsty read fanim_options write setanim_options default [];
Published property optionswidget default defaulticonoptionswidget;
Published property optionswidget1 default defaulticonoptionswidget1;
Published property bounds_cx default defaulticonwidgetwidth;
Published property bounds_cy default defaulticonwidgetheight;

Description

Fields

Protected fanimimagenum: int32;
 
Protected fcurrentanimoffset: int32;
 
Protected ftimer: tsimpletimer;
 

Methods

Protected procedure resetanim();
 
Protected procedure animtick(const sender: tobject);
 
Protected procedure updateanim();
 
Protected procedure dopaintforeground(const canvas: tcanvas); override;
 
Protected procedure enabledchanged; override;
 
Protected procedure getautopaintsize(var asize: sizety); override;
 
Protected procedure clientrectchanged; override;
 
Protected procedure objectevent(const sender: tobject; const event: objecteventty); override;
 
Protected procedure defineproperties(filer: tfiler); override;
 
Protected procedure loaded(); override;
 
Public constructor create(aowner: tcomponent); override;
 
Public destructor destroy(); override;
 
Public procedure animrestart();
 

Properties

Public property imagelist: timagelist read fimagelist write setimagelist;
 
Public property imagenum: integer read fimagenum write setimagenum default -1;
 
Public property colorglyph: colorty read fcolorglyph write setcolorglyph default cl_default;
 
Public property colorbackground: colorty read fcolorbackground write setcolorbackground default cl_default;
 
Public property opacity: colorty read fopacity write setopacity default cl_default;
 
Public property alignment: alignmentsty read falignment write setalignment default [al_xcentered,al_ycentered];
 
Public property currentanimoffset: int32 read fcurrentanimoffset write setcurrentanimoffset;
 
Public property anim_intervalus: int32 read fanim_intervalus write setanim_intervalus default 0;
 
Public property anim_count: int32 read fanim_count write setanim_count default 0;
 
Public property anim_enabled: boolean read fanim_enabled write setanim_enabled default false;
 
Public property anim_options: animationoptionsty read fanim_options write setanim_options default [];
 
Published property optionswidget default defaulticonoptionswidget;
 
Published property optionswidget1 default defaulticonoptionswidget1;
 
Published property bounds_cx default defaulticonwidgetwidth;
 
Published property bounds_cy default defaulticonwidgetheight;
 

Generated by PasDoc 0.16.0.