TiTimers.Interval5

TiTimers

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

property Interval5 : Integer;

Description

Interval5 determines how frequently the OnTimer5 event occurs. Each time the specified interval passes, the OnTimer5 event occurs.

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

Example

Delphi

iComponent.Interval5 := 100;

C++ Builder

iComponent->Interval5 = 100;

Contents | Index | Previous | Next