__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::TSignalReport · Dew.Signal/SignalAnalysis.h · Cross-compiler