| Class TRkPollingStatus (unit RkStatus) |
| Constructors |
constructor Create( AOwner : TComponent );| Functions |
destructor Destroy;
procedure TimerExpired;
function GetActive : Boolean;
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;