TiTimers.Interval9

TiTimers

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

property Interval9 : Integer;

Description

Interval9 determines how frequently the OnTimer9 event occurs. Each time the specified interval passes, the OnTimer9 event occurs.

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

Example

Delphi

iComponent.Interval9 := 100;

C++ Builder

iComponent->Interval9 = 100;

Contents | Index | Previous | Next