TiTimers.Enabled9

TiTimers

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 OnTimer9 event. The default is False.

Example

Delphi

iComponent.Enabled9 := True;

C++ Builder

iComponent->Enabled9 = True;

Contents | Index | Previous | Next