TSignalReport::UseTab Property

__declspec(property(get = GetUseTab, put = SetUseTab)) bool UseTab;

If true, tab is used to separate description of parameter from its value.

Read: bool GetUseTab();
Write: void SetUseTab(const bool Value);
Remarks:

The tab will also be used, between the units and the values.

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