Class TRtcTimer (unit RTCs)

Inherits from

TComponent

Constructors


constructor Create(AOwner: TComponent);

Counter to limit numbers of instance (only one instance


Functions

destructor Destroy;

test for first instance

function GetOnTimer: TNotifyEvent;


procedure SetEnabled(Value: Boolean);

Create timer event failed

procedure SetInterval(Value: Word);


procedure SetOnTimer(Value: TNotifyEvent);


procedure SetResolution(Value: Word);


procedure UpdateTimer;

set DSeg to DSeg of this unit

Properties

property Enabled : Boolean


property Interval : Word


property Resolution : Word


Events

event OnTimer : TNotifyEvent


Variables

FEnabled : Boolean;


FInterval : Word;


FOldResolution : Word;


FResolution : Word;


FTimerHandle : THandle;



Constructors


constructor Create(AOwner: TComponent);

Counter to limit numbers of instance (only one instance


Functions


destructor Destroy;

test for first instance


function GetOnTimer: TNotifyEvent;


procedure SetEnabled(Value: Boolean);

Create timer event failed


procedure SetInterval(Value: Word);


procedure SetOnTimer(Value: TNotifyEvent);


procedure SetResolution(Value: Word);


procedure UpdateTimer;

set DSeg to DSeg of this unit


Properties


property Enabled : Boolean


property Interval : Word


property Resolution : Word


Events


event OnTimer : TNotifyEvent


Variables


FEnabled : Boolean;


FInterval : Word;


FOldResolution : Word;


FResolution : Word;


FTimerHandle : THandle;