virtual void ValuesToStrings(tStrings *Dst, const DewString &TimeFormat = "", const DewString &AmplitudeFormat = "", const DewString &XTitle = "Time [s]", const DewString &YTitle = "Amplitude", const DewString &Delimiter = "");
Convert values to strings.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | tStrings * | |
| 2 | TimeFormat = "" | const DewString & | |
| 3 | AmplitudeFormat = "" | const DewString & | |
| 4 | XTitle = "Time [s]" | const DewString & | |
| 5 | YTitle = "Amplitude" | const DewString & | |
| 6 | Delimiter = "" | const DewString & |
Remarks:
The Strings will be stored in TStrings object with two columns aligned for display with a fixec charachter width Font. The head of each column is defined the XTitle and YTitle properties. both XTitle and YTitle are set to an empty string. The width of the columns is defined with global variable: SignalTextColumnWidth. TimeFormat and AmplitudeFormat define the number formating (for example '0.00##') If TimeFormat or AmplitudeFromat is an empty string, full numeric precision will be used.
Declared in Dew::Signal::TSignal · Dew.Signal/SignalTools.h · Cross-compiler