TiTimers.Interval2
TiTimers
Determines the amount of time, in milliseconds, that passes before the timer
component initiates another OnTimer2 event.
property Interval2 : Integer;
Description
Interval2 determines how frequently the OnTimer2 event occurs. Each time the
specified interval passes, the OnTimer2 event occurs.
Use Interval2 to specify the interval between OnTimer2 events. The default
value is 1000 (one second).
Example
Delphi
iComponent.Interval2 := 100;
C++ Builder
iComponent->Interval2 = 100;
Contents | Index | Previous | Next