You are here: Symbol Reference > SignalTools Namespace > Classes > TSignal Class > public > TSignal.ValuesToStrings Method
DSP Master VCL
ContentsIndex
PreviousUpNext
TSignal.ValuesToStrings Method

Convert values to strings.

Pascal
procedure ValuesToStrings(Dst: TStrings; const TimeFormat: string = ''; const AmplitudeFormat: string = ''; const XTitle: string = 'Time [s]'; const YTitle: string = 'Amplitude'; const Delimiter: string = ''); virtual;

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.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!