Class TBI_Timer (unit bi_timer)

Inherits from

TComponent

Constructors


constructor Create(AOwner: TComponent);



Functions

destructor Destroy;


procedure Timer;


procedure SetEnabled(Value: Boolean);


procedure SetInterval(Value: Cardinal);


procedure SetOnTimer(Value: TNotifyEvent);


procedure SetThreadPriority(Value: TThreadPriority);


procedure UpdateTimer;


Properties

property Enabled : Boolean


property Interval : Cardinal


property Name :


property ThreadPriority : TThreadPriority


Events

event OnTimer : TNotifyEvent


Variables

FEnabled : Boolean;


FInterval : Cardinal;


FOnTimer : TNotifyEvent;


FThreadPriority : TThreadPriority;


FTimerThread : TThread;



Constructors


constructor Create(AOwner: TComponent);


Functions


destructor Destroy;


procedure Timer;


procedure SetEnabled(Value: Boolean);


procedure SetInterval(Value: Cardinal);


procedure SetOnTimer(Value: TNotifyEvent);


procedure SetThreadPriority(Value: TThreadPriority);


procedure UpdateTimer;


Properties


property Enabled : Boolean


property Interval : Cardinal


property Name :


property ThreadPriority : TThreadPriority


Events


event OnTimer : TNotifyEvent


Variables


FEnabled : Boolean;


FInterval : Cardinal;


FOnTimer : TNotifyEvent;


FThreadPriority : TThreadPriority;


FTimerThread : TThread;