Class TThrdTimer (unit AMClock)

Inherits from

TComponent

Constructors


constructor Create(AOwner: TComponent);



Functions

destructor Destroy;


procedure UpdateTimer;


procedure SetEnabled(Value: Boolean);


procedure SetInterval(Value: word);


procedure SetThreadPriority(Value: TThreadPriority);


procedure Timer;


Properties

property Enabled : boolean


property Interval : word


property Priority : TThreadPriority


property TimerThread : TTimerThread


Events

event OnTimer : TNotifyEvent


Variables

FEnabled : boolean;


FInterval : word;


FOnTimer : TNotifyEvent;


FThreadPriority : TThreadPriority;


FTimerThread : TTimerThread;



Constructors


constructor Create(AOwner: TComponent);


Functions


destructor Destroy;


procedure UpdateTimer;


procedure SetEnabled(Value: Boolean);


procedure SetInterval(Value: word);


procedure SetThreadPriority(Value: TThreadPriority);


procedure Timer;


Properties


property Enabled : boolean


property Interval : word


property Priority : TThreadPriority


property TimerThread : TTimerThread


Events


event OnTimer : TNotifyEvent


Variables


FEnabled : boolean;


FInterval : word;


FOnTimer : TNotifyEvent;


FThreadPriority : TThreadPriority;


FTimerThread : TTimerThread;