TSpectrumMarkTool::LabelHeaders Property

__property bool LabelHeaders = {read = FLabelHeaders, write = SetLabelHeaders};

Controls inclusion of headers in the labels.

Read: bool FLabelHeaders;
Write: void SetLabelHeaders(const bool Value);
Remarks:

If True, the label displaying the amplitude of the marked peak, will be preceded with 'A = ' and the phase will be preceded with 'P = '.

Declared in Dew::Signal::Controls::VCL::TSpectrumMarkTool · Dew.Signal.Controls.VCL/SignalToolsTee.h · C++Builder only