ITimer.Enabled

Syntax

Enabled: Boolean;

Description

The Enabled property determines whether the timer is active. If the property is set to True, the timer works and the OnTimer event is generated after a determined time interval set in the Interval property.

See also:

ITimer