TiTimers.Interval3

TiTimers

Determines the amount of time, in milliseconds, that passes before the timer component initiates another OnTimer3 event.

property Interval3 : Integer;

Description

Interval3 determines how frequently the OnTimer3 event occurs. Each time the specified interval passes, the OnTimer3 event occurs.

Use Interval3 to specify the interval between OnTimer3 events. The default value is 1000 (one second).

Example

Delphi

iComponent.Interval3 := 100;

C++ Builder

iComponent->Interval3 = 100;

Contents | Index | Previous | Next