TiSpectrumDisplay.DecayInterval

TiSpectrumDisplay See Also

Used to set the timing between automatic decay events after the DecayInitialDelay initial delay.

property DecayInterval : Integer;

Description

Use DecayInterval to get or set the timing between automatic decay events after the DecayInitialDelay initial delay. To disable the decay feature, set DecayEnabled to FALSE.

Example

Delphi

iComponent.DecayInterval := 50;

C++ Builder

iComponent->DecayInterval = 50;

Contents | Index | Previous | Next