Class TAnimatedIcon (unit AniIcon)
Inherits from
TCustomPanel
Constructors
Constructor Create(aOwner : TComponent);
Functions
Destructor Destroy;
Procedure Paint;
Procedure WMEraseBkgnd(Var Msg : TMessage);
Function GetMinFrames:Integer;
Function GetPriority:TThreadPriority;
Procedure SetAnimated(aValue : Boolean);
Procedure SetDelay(aValue : Integer);
Procedure SetMinFrames(aValue : Integer);
Procedure SetPriority(aValue :TThreadPriority);
Properties
property Align :
property Animated : Boolean
property BevelInner :
property BevelOuter :
property BevelWidth :
property Color :
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);
Functions
Destructor Destroy;
Procedure Paint;
Procedure WMEraseBkgnd(Var Msg : TMessage);
Function GetMinFrames:Integer;
Function GetPriority:TThreadPriority;
Procedure SetAnimated(aValue : Boolean);
Procedure SetDelay(aValue : Integer);
Procedure SetMinFrames(aValue : Integer);
Procedure SetPriority(aValue :TThreadPriority);
Properties
property Align :
property Animated : Boolean
property BevelInner :
property BevelOuter :
property BevelWidth :
property Color :
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;