Class tanimitem
Unit
Declaration
type tanimitem = class(tlinkedobject)
Description
No description available, ancestor tlinkedobject description follows
No description available, ancestor tnullinterfacedobject description follows
Hierarchy
- tobject
- tnullinterfacedobject
- tlinkedobject
- tanimitem
Overview
Fields
![]() |
fowner: tobject; |
![]() |
ftimer: tanimtimer; |
![]() |
fenabled: boolean; |
![]() |
fref: card32; |
![]() |
fnexttick: card32; |
![]() |
ftickus: int32; |
![]() |
ftickref: card32; |
![]() |
fkind: animkindty; |
![]() |
fstate: animstatesty; |
![]() |
foptions: animoptionsty; |
![]() |
finterval: flo64; |
![]() |
ftime: flo64; |
Methods
![]() |
procedure tick(); virtual; |
![]() |
procedure objectevent(const sender: tobject; const event: objecteventty); override; |
![]() |
procedure settimer(const atimer: tanimtimer); |
![]() |
procedure setnexttick(); |
![]() |
procedure setnexttick1(); |
![]() |
constructor create(const aowner: iobjectlink; const atimer: tanimtimer; const aontick: animtickeventty; const ainterval: flo64; const akind: animkindty = ank_single; const aoptions: animoptionsty = [ano_enabled]; const atickus: int32 = 0); |
![]() |
constructor create(const aowner: tmsecomponent; const atimer: tanimtimer; const aontick: animtickeventty; const ainterval: flo64; const akind: animkindty = ank_single; const aoptions: animoptionsty = [ano_enabled]; const atickus: int32 = 0); |
![]() |
destructor destroy(); override; |
![]() |
procedure reset(); |
![]() |
procedure restart(); |
Properties
![]() |
property kind: animkindty read fkind write setkind; |
![]() |
property options: animoptionsty read foptions write setoptions; |
![]() |
property enabled: boolean read fenabled write setenabled; |
![]() |
property tickus: int32 read ftickus write settickus default 0; |
![]() |
property time: flo64 read ftime write ftime; |
![]() |
property down: boolean read getdown write setdown; |
![]() |
property value: flo64 read getvalue; |
![]() |
property interval: flo64 read finterval write finterval; |
![]() |
property timer: tanimtimer read ftimer write settimer; |
![]() |
property ontick: animtickeventty read fontick write fontick; |
![]() |
property onstart: notifyeventty read fonstart write fonstart; |
![]() |
property onstop: notifyeventty read fonstop write fonstop; |
Description
Fields
![]() |
fowner: tobject; |
![]() |
ftimer: tanimtimer; |
![]() |
fenabled: boolean; |
![]() |
fref: card32; |
![]() |
fnexttick: card32; |
![]() |
ftickus: int32; |
![]() |
ftickref: card32; |
![]() |
fkind: animkindty; |
![]() |
fstate: animstatesty; |
![]() |
foptions: animoptionsty; |
![]() |
finterval: flo64; |
![]() |
ftime: flo64; |
Methods
![]() |
procedure tick(); virtual; |
![]() |
procedure objectevent(const sender: tobject; const event: objecteventty); override; |
![]() |
procedure settimer(const atimer: tanimtimer); |
![]() |
procedure setnexttick(); |
![]() |
procedure setnexttick1(); |
![]() |
constructor create(const aowner: iobjectlink; const atimer: tanimtimer; const aontick: animtickeventty; const ainterval: flo64; const akind: animkindty = ank_single; const aoptions: animoptionsty = [ano_enabled]; const atickus: int32 = 0); |
![]() |
constructor create(const aowner: tmsecomponent; const atimer: tanimtimer; const aontick: animtickeventty; const ainterval: flo64; const akind: animkindty = ank_single; const aoptions: animoptionsty = [ano_enabled]; const atickus: int32 = 0); |
![]() |
destructor destroy(); override; |
![]() |
procedure reset(); |
![]() |
procedure restart(); |
Properties
![]() |
property kind: animkindty read fkind write setkind; |
![]() |
property options: animoptionsty read foptions write setoptions; |
![]() |
property enabled: boolean read fenabled write setenabled; |
![]() |
property tickus: int32 read ftickus write settickus default 0; |
![]() |
property time: flo64 read ftime write ftime; |
![]() |
property down: boolean read getdown write setdown; |
![]() |
property value: flo64 read getvalue; |
![]() |
property interval: flo64 read finterval write finterval; |
![]() |
property timer: tanimtimer read ftimer write settimer; |
![]() |
property ontick: animtickeventty read fontick write fontick; |
![]() |
property onstart: notifyeventty read fonstart write fonstart; |
![]() |
property onstop: notifyeventty read fonstop write fonstop; |
Generated by PasDoc 0.16.0.