Class tcustomicon

Unit

Declaration

type tcustomicon = class(tpublishedwidget)

Description

This item has no description.

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;

This item has no description.

Protected fcurrentanimoffset: int32;

This item has no description.

Protected ftimer: tsimpletimer;

This item has no description.

Methods

Protected procedure resetanim();

This item has no description.

Protected procedure animtick(const sender: tobject);

This item has no description.

Protected procedure updateanim();

This item has no description.

Protected procedure dopaintforeground(const canvas: tcanvas); override;

This item has no description.

Protected procedure enabledchanged; override;

This item has no description.

Protected procedure getautopaintsize(var asize: sizety); override;

This item has no description.

Protected procedure clientrectchanged; override;

This item has no description.

Protected procedure objectevent(const sender: tobject; const event: objecteventty); override;

This item has no description.

Protected procedure defineproperties(filer: tfiler); override;

This item has no description.

Protected procedure loaded(); override;

This item has no description.

Public constructor create(aowner: tcomponent); override;

This item has no description.

Public destructor destroy(); override;

This item has no description.

Public procedure animrestart();

This item has no description.

Properties

Public property imagelist: timagelist read fimagelist write setimagelist;

This item has no description.

Public property imagenum: integer read fimagenum write setimagenum default -1;

This item has no description.

Public property colorglyph: colorty read fcolorglyph write setcolorglyph default cl_default;

This item has no description.

Public property colorbackground: colorty read fcolorbackground write setcolorbackground default cl_default;

This item has no description.

Public property opacity: colorty read fopacity write setopacity default cl_default;

This item has no description.

Public property alignment: alignmentsty read falignment write setalignment default [al_xcentered,al_ycentered];

This item has no description.

Public property currentanimoffset: int32 read fcurrentanimoffset write setcurrentanimoffset;

This item has no description.

Public property anim_intervalus: int32 read fanim_intervalus write setanim_intervalus default 0;

This item has no description.

Public property anim_count: int32 read fanim_count write setanim_count default 0;

This item has no description.

Public property anim_enabled: boolean read fanim_enabled write setanim_enabled default false;

This item has no description.

Public property anim_options: animationoptionsty read fanim_options write setanim_options default [];

This item has no description.

Published property optionswidget default defaulticonoptionswidget;

This item has no description.

Published property optionswidget1 default defaulticonoptionswidget1;

This item has no description.

Published property bounds_cx default defaulticonwidgetwidth;

This item has no description.

Published property bounds_cy default defaulticonwidgetheight;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.