TiTimers.OnTimer9
TiTimers
Occurs when a specified amount of time, determined by the Interval9 property,
has passed.
property OnTimer9 : TNotifyEvent;
Description
Use OnTimer9 to write an event handler to execute an action at regular
intervals.
The Interval9 property of a timer determines how frequently the OnTimer9 event
occurs. Each time the specified interval passes, the OnTimer9 event occurs.
Contents | Index | Previous | Next