TiTimers.Enabled1

TiTimers

Controls whether the timer responds to timer events.

property Enabled1 : Boolean;

Description

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

Example

Delphi

iComponent.Enabled1 := True;

C++ Builder

iComponent->Enabled1 = True;

Contents | Index | Previous | Next