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

Convert values to strings.

Pascal
procedure ValuesToStrings(Strings: TStrings; const FrequencyFormat: string = ''; const RMSFormat: string = ''; const FreqTitle: string = 'Frequency range [Hz]'; const RMSTitle: string = 'RMS'; const Delimiter: string = ''); virtual;

The strings will be stored in TStrings object with two columns, alligned for display with a fixed charachter width Font. The Header of each column is defined with the XTitle and ATitle and PTitle properties. The header line will not be displayed, if you set XTitle, ATitle and PTitle to empty strings. The width of the columns is defined with global variable: SignalTextColumnWidth. If FrequencyFormat or RMSFormat are empty strings, full numeric precision will be used for the coresponding column.

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