TSpectrumReport::Delimiter Property

__declspec(property(get = GetDelimiter, put = SetDelimiter)) DewString Delimiter;

A good example for the delimiter would be Tab character.

Read: DewString GetDelimiter();
Write: void SetDelimiter(const DewString &Value);
Remarks:

If the delimiter is not used, the columns are padded with space char and aligned to the left.

Declared in Dew::Signal::TSpectrumReport · Dew.Signal/SignalAnalysis.h · Cross-compiler