Class TTimerManager
Unit
Declaration
type TTimerManager = class(TObject)
Description
TTimerManager
Hierarchy
- TObject
- TTimerManager
Overview
Methods
constructor Create; |
|
destructor Destroy; override; |
|
procedure AddTimerCallback(Interval:LongWord; aCallBack:TNotifyEvent); |
|
procedure RemoveTimerCallback(Interval:LongWord; aCallBack:TNotifyEvent); |
|
procedure RemoveCallback(aCallBack:TNotifyEvent); |
|
procedure RemoveCallbacksFromObject(aObject:TObject); |
Description
Methods
constructor Create; |
|
destructor Destroy; override; |
|
procedure AddTimerCallback(Interval:LongWord; aCallBack:TNotifyEvent); |
|
procedure RemoveTimerCallback(Interval:LongWord; aCallBack:TNotifyEvent); |
|
procedure RemoveCallback(aCallBack:TNotifyEvent); |
|
procedure RemoveCallbacksFromObject(aObject:TObject); |
|
Generated by PasDoc 0.14.0.