TiTimers.Enabled8

TiTimers

Controls whether the timer responds to timer events.

property Enabled8 : Boolean;

Description

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

Example

Delphi

iComponent.Enabled8 := True;

C++ Builder

iComponent->Enabled8 = True;

Contents | Index | Previous | Next