TiTimers.Enabled4

TiTimers

Controls whether the timer responds to timer events.

property Enabled4 : Boolean;

Description

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

Example

Delphi

iComponent.Enabled4 := True;

C++ Builder

iComponent->Enabled4 = True;

Contents | Index | Previous | Next