Class TMyTimer (unit Mytimer)

Inherits from

TObject

Constructors


constructor Create(interval:word; timerproc:timerproc);

TMyTimer


Functions

destructor Destroy;


procedure WndProc(var Msg: TMessage);


Properties

Events

Variables

FEnabled : Boolean;


FInterval : Word;


FReserved : Byte;


FTimerProc : timerproc;


FWindowHandle : HWND;



Constructors


constructor Create(interval:word; timerproc:timerproc);

TMyTimer


Functions


destructor Destroy;


procedure WndProc(var Msg: TMessage);


Properties


Events


Variables


FEnabled : Boolean;


FInterval : Word;


FReserved : Byte;


FTimerProc : timerproc;


FWindowHandle : HWND;