TiTimers.Interval7

TiTimers

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

property Interval7 : Integer;

Description

Interval7 determines how frequently the OnTimer7 event occurs. Each time the specified interval passes, the OnTimer7 event occurs.

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

Example

Delphi

iComponent.Interval7 := 100;

C++ Builder

iComponent->Interval7 = 100;

Contents | Index | Previous | Next