TCustomSpectrumAnalyzer::Continuous Property

__declspec(property(get = GetContinuous, put = SetContinuous)) bool Continuous;

If True, the component will pass on the udpate request to the connected component.

Read: bool GetContinuous();
Write: void SetContinuous(const bool Value);
Remarks:

Calling Pull will always execute the Update method.

Declared in Dew::Signal::TAnalysis · Dew.Signal/SignalTools.h · Cross-compiler