Class TRkPollingStatus (unit RkStatus) |
Inherits from
TRkCustomStatusControl
constructor Create( AOwner : TComponent );
- ==============================} {== TRkPollingStatus Methods ==} {==============================
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 );
property Active : Boolean
property Interval : Word
event OnTimerExpired : TNotifyEvent
FOnTimerExpired : TNotifyEvent;
constructor Create( AOwner : TComponent );
==============================} {== TRkPollingStatus Methods ==} {==============================
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 );
property Active : Boolean
property Interval : Word
event OnTimerExpired : TNotifyEvent
FOnTimerExpired : TNotifyEvent;