Class TRxTimerEvent (unit TimerLst)

Inherits from

TComponent

Constructors


constructor Create(AOwner: TComponent);

TRxTimerEvent


Functions

destructor Destroy;


function GetParentComponent: TComponent;


function HasParent: Boolean;


procedure SetParentComponent(Value: TComponent);


function GetAsSeconds: Word;


procedure SetAsSeconds(Value: Word);


procedure SetEnabled(Value: Boolean);


procedure SetInterval(Value: Longint);


procedure SetRepeatCount(Value: Integer);


Properties

property Cycled : Boolean


property Enabled : Boolean


property Interval : Longint


property RepeatCount : Integer


property AsSeconds : Word


property ExecCount : Integer


property Handle : Longint


property TimerList : TRxTimerList


Events

event OnTimer : TNotifyEvent


Variables

FCycled : Boolean;


FEnabled : Boolean;


FExecCount : Integer;


FHandle : Longint;


FInterval : Longint;


FLastExecute : Longint;


FOnTimer : TNotifyEvent;


FParentList : TRxTimerList;


FRepeatCount : Integer;



Constructors


constructor Create(AOwner: TComponent);

TRxTimerEvent


Functions


destructor Destroy;


function GetParentComponent: TComponent;


function HasParent: Boolean;


procedure SetParentComponent(Value: TComponent);


function GetAsSeconds: Word;


procedure SetAsSeconds(Value: Word);


procedure SetEnabled(Value: Boolean);


procedure SetInterval(Value: Longint);


procedure SetRepeatCount(Value: Integer);


Properties


property Cycled : Boolean


property Enabled : Boolean


property Interval : Longint


property RepeatCount : Integer


property AsSeconds : Word


property ExecCount : Integer


property Handle : Longint


property TimerList : TRxTimerList


Events


event OnTimer : TNotifyEvent


Variables


FCycled : Boolean;


FEnabled : Boolean;


FExecCount : Integer;


FHandle : Longint;


FInterval : Longint;


FLastExecute : Longint;


FOnTimer : TNotifyEvent;


FParentList : TRxTimerList;


FRepeatCount : Integer;