[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: msetimer.pas line 231
type tanimitemcomp = class(tmsecomponent) |
public |
constructor create(); override; |
destructor destroy; override; |
procedure reset; |
procedure restart; |
property down: Boolean; [rw] |
published |
property kind: animkindty; [rw] |
property enabled: Boolean; [rw] |
property timer: tanimtimer; [rw] |
property ontick: animtickeventty; [rw] |
property onstart: notifyeventty; [rw] |
property onstop: notifyeventty; [rw] |
end; |
| |
tmsecomponent,ievent,iificommand,iificlient |
| |
tcomponent |
? |
TObject |