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