ITimer.Interval

Syntax

Interval: Integer;

Description

The Interval property determines time interval (set in milliseconds) after which the OnTimer event is generated.

Comments

Default value of the property is 1000. If the property is set to 0, the OnTimer event is not generated.

See also:

ITimer