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