__property bool PeakZoomBand = {read = FPeakZoomBand, write = SetPeakZoomBand};
Restricts peak search to zoomed region.
Read:
bool FPeakZoomBand;Write:
void SetPeakZoomBand(const bool Value);Remarks:
If True and if the frequency spectrum is zoomed, the peak search will be restricted only to the displayed bandwidth.
Declared in Dew::Signal::Controls::VCL::TSpectrumMarkTool · Dew.Signal.Controls.VCL/SignalToolsTee.h · C++Builder only