TiThreadTimers.Enabled9

TiThreadTimers See Also

Controls whether the timer responds to timer events.

property Enabled9 : Boolean;

Description

Use Enabled9 to enable or disable the timer. If Enabled9 is True, the timer responds normally. If Enabled9 is False, the timer ignores the OnTimer event. The default is False.

Example

Delphi

iComponent.Enabled9 := True;

C++ Builder

iComponent->Enabled9 = True;

Contents | Index | Previous | Next