Class TTedIdleControl (unit TedIdleControl)

Inherits from

TComponent

Constructors


constructor Create (AOwner : TComponent);



Functions

destructor Destroy;


function GetDelay: Integer;


function GetEnabled: Boolean;


function GetGlobalDelay: Integer;


function GetOnIdle: TIdleEvent;


function GetPriority: Integer;


procedure SetDelay (const Delay: Integer);


procedure SetEnabled (const Enabled: Boolean);


procedure SetGlobalDelay (const Delay: Integer);


procedure SetOnIdle (const Handler: TIdleEvent);


procedure SetPriority (const Priority: Integer);


Properties

property Delay : Integer


property Enabled : Boolean


property Priority : Integer


property SlowMotion : Integer


Events

event OnIdle : TIdleEvent


Variables

FOutlet : TTedIdleOutlet;



Constructors


constructor Create (AOwner : TComponent);


Functions


destructor Destroy;


function GetDelay: Integer;


function GetEnabled: Boolean;


function GetGlobalDelay: Integer;


function GetOnIdle: TIdleEvent;


function GetPriority: Integer;


procedure SetDelay (const Delay: Integer);


procedure SetEnabled (const Enabled: Boolean);


procedure SetGlobalDelay (const Delay: Integer);


procedure SetOnIdle (const Handler: TIdleEvent);


procedure SetPriority (const Priority: Integer);


Properties


property Delay : Integer


property Enabled : Boolean


property Priority : Integer


property SlowMotion : Integer


Events


event OnIdle : TIdleEvent


Variables


FOutlet : TTedIdleOutlet;