Class TAnimatedFormIcon (unit AniIcon)

Inherits from

TComponent

Constructors


Constructor Create(aOwner : TComponent);

TAnimatedFormIcon


Functions

Destructor Destroy;


Function GetMinFrames:Integer;


Function GetPriority:TThreadPriority;


Procedure SetAnimated(aValue : Boolean);


Procedure SetDelay(aValue : Integer);


Procedure SetMinFrames(aValue : Integer);


Procedure SetPriority(aValue :TThreadPriority);


Properties

property Animated : Boolean


property Delay : Integer


property Direction : tDirections


property ImageList : TImageList


property MinFramesToRun : Integer


property Priority : TThreadPriority


Events

Variables

FAnimated : Boolean;


fDelay : Integer;


fDirection : tDirections;


fImageBase : Integer;


fImageCount : Integer;


fImageList : TImageList;


fThread : TAnimationThread;



Constructors


Constructor Create(aOwner : TComponent);

TAnimatedFormIcon


Functions


Destructor Destroy;


Function GetMinFrames:Integer;


Function GetPriority:TThreadPriority;


Procedure SetAnimated(aValue : Boolean);


Procedure SetDelay(aValue : Integer);


Procedure SetMinFrames(aValue : Integer);


Procedure SetPriority(aValue :TThreadPriority);


Properties


property Animated : Boolean


property Delay : Integer


property Direction : tDirections


property ImageList : TImageList


property MinFramesToRun : Integer


property Priority : TThreadPriority


Events


Variables


FAnimated : Boolean;


fDelay : Integer;


fDirection : tDirections;


fImageBase : Integer;


fImageCount : Integer;


fImageList : TImageList;


fThread : TAnimationThread;