TiSpectrumDisplay.DecayInitialDelay
TiSpectrumDisplay See Also
Used to set the initial delay before decaying the position of the peak lines.
property DecayInitialDelay : Integer;
Description
Use DecayInitialDelay to get or set the initial delay before decaying the
position of the peak lines. To disable the decay feature, set DecayEnabled to FALSE.
Example
Delphi
iComponent.DecayInitialDelay := 500;
C++ Builder
iComponent->DecayInitialDelay = 500;
Contents | Index | Previous | Next