Class TAnimatedIcon (unit AniIcon)

Inherits from

TComponent

Constructors


constructor Create(AOwner: TComponent);

Protected declarations

Published declarations



Functions

destructor Destroy;


procedure Loaded;


procedure NewFrame(Sender: TObject; Frame: Integer);


procedure Stopped(Sender: TObject);


procedure SetAnimation(Value: TAnimatedIcons);

Private declarations

procedure SetPlaying(Value: Boolean);


Properties

property Animation : TAnimatedIcons


property Playing : Boolean

Public declarations

property RepeatCount : TRepeatCount


Events

event OnNewFrame : TNewFrameEvent


event OnStopped : TNotifyEvent


Variables

FAnimation : TAnimatedIcons;


FOnNewFrame : TNewFrameEvent;


FOnStopped : TNotifyEvent;


FPlaying : Boolean;


FRepeatCount : TRepeatCount;



Constructors


constructor Create(AOwner: TComponent);

Protected declarations

Published declarations


Functions


destructor Destroy;


procedure Loaded;


procedure NewFrame(Sender: TObject; Frame: Integer);


procedure Stopped(Sender: TObject);


procedure SetAnimation(Value: TAnimatedIcons);

Private declarations


procedure SetPlaying(Value: Boolean);


Properties


property Animation : TAnimatedIcons


property Playing : Boolean

Public declarations


property RepeatCount : TRepeatCount


Events


event OnNewFrame : TNewFrameEvent


event OnStopped : TNotifyEvent


Variables


FAnimation : TAnimatedIcons;


FOnNewFrame : TNewFrameEvent;


FOnStopped : TNotifyEvent;


FPlaying : Boolean;


FRepeatCount : TRepeatCount;