TiTimers.Interval6

TiTimers

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

property Interval6 : Integer;

Description

Interval6 determines how frequently the OnTimer6 event occurs. Each time the specified interval passes, the OnTimer6 event occurs.

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

Example

Delphi

iComponent.Interval6 := 100;

C++ Builder

iComponent->Interval6 = 100;

Contents | Index | Previous | Next