TiTimers.OnTimer1

TiTimers

Occurs when a specified amount of time, determined by the Interval1 property, has passed.

property OnTimer1 : TNotifyEvent;

Description

Use OnTimer1 to write an event handler to execute an action at regular intervals.

The Interval1 property of a timer determines how frequently the OnTimer1 event occurs. Each time the specified interval passes, the OnTimer1 event occurs.

Contents | Index | Previous | Next