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