Class TRkPollingStatus (unit RkStatus)

Inherits from

TRkCustomStatusControl

Constructors


constructor Create( AOwner : TComponent );

==============================} {== TRkPollingStatus Methods ==} {==============================


Functions

destructor Destroy;

If the PollingTimer object has not already been created, then create it

procedure TimerExpired;


function GetActive : Boolean;

If no more polling controls are left, destroy PollingTimer

function GetInterval : Word;


procedure SetActive( Value : Boolean );


procedure SetInterval( Value : Word );


Properties

property Active : Boolean


property Interval : Word


Events

event OnTimerExpired : TNotifyEvent


Variables

FOnTimerExpired : TNotifyEvent;



Constructors


constructor Create( AOwner : TComponent );

==============================} {== TRkPollingStatus Methods ==} {==============================


Functions


destructor Destroy;

If the PollingTimer object has not already been created, then create it


procedure TimerExpired;


function GetActive : Boolean;

If no more polling controls are left, destroy PollingTimer


function GetInterval : Word;


procedure SetActive( Value : Boolean );


procedure SetInterval( Value : Word );


Properties


property Active : Boolean


property Interval : Word


Events


event OnTimerExpired : TNotifyEvent


Variables


FOnTimerExpired : TNotifyEvent;