Class TFastTimer (unit Fasttime)

Inherits from

TComponent

Constructors


Constructor Create(AOwner: TComponent);



Functions

Destructor Destroy;


procedure KillTimer;


procedure SetEnabled(Value: Boolean);


procedure SetInterval(Value: Word);


procedure SetResolution(Value: Word);


procedure UpdateTimer;


procedure WndProc(var Msg: TMessage);


Properties

property Enabled : Boolean


property Interval : Word


property Resolution : Word


Events

event OnTimer : TNotifyEvent


Variables

FEnabled : Boolean;


FHandle : THandle;


FInterval : Word;


FOnTimer : TNotifyEvent;


FPeriod : Word;


FResolution : Word;


FTimerHandle : Word;



Constructors


Constructor Create(AOwner: TComponent);


Functions


Destructor Destroy;


procedure KillTimer;


procedure SetEnabled(Value: Boolean);


procedure SetInterval(Value: Word);


procedure SetResolution(Value: Word);


procedure UpdateTimer;


procedure WndProc(var Msg: TMessage);


Properties


property Enabled : Boolean


property Interval : Word


property Resolution : Word


Events


event OnTimer : TNotifyEvent


Variables


FEnabled : Boolean;


FHandle : THandle;


FInterval : Word;


FOnTimer : TNotifyEvent;


FPeriod : Word;


FResolution : Word;


FTimerHandle : Word;