TiTimers.Interval8

TiTimers

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

property Interval8 : Integer;

Description

Interval8 determines how frequently the OnTimer8 event occurs. Each time the specified interval passes, the OnTimer8 event occurs.

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

Example

Delphi

iComponent.Interval8 := 100;

C++ Builder

iComponent->Interval8 = 100;

Contents | Index | Previous | Next