TiTimers.Interval4

TiTimers

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

property Interval4 : Integer;

Description

Interval4 determines how frequently the OnTimer4 event occurs. Each time the specified interval passes, the OnTimer4 event occurs.

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

Example

Delphi

iComponent.Interval4 := 100;

C++ Builder

iComponent->Interval4 = 100;

Contents | Index | Previous | Next