TiTimers.Enabled5

TiTimers

Controls whether the timer responds to timer events.

property Enabled5 : Boolean;

Description

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

Example

Delphi

iComponent.Enabled5 := True;

C++ Builder

iComponent->Enabled5 = True;

Contents | Index | Previous | Next