TBiSpectrumAnalyzer.ValuesToStrings Method

procedure ValuesToStrings(Dst: TStrings; const FrequencyFormat: string; const AmplitudeFormat: string; const PhaseFormat: string; const XTitle: string; const ATitle: string; const PTitle: string; IncludePhase: Boolean; const Delimiter: string);

Convert values to strings.

#NameTypeDescription
1DstTStrings
2FrequencyFormatstring
3AmplitudeFormatstring
4PhaseFormatstring
5XTitlestring
6ATitlestring
7PTitlestring
8IncludePhaseBoolean
9Delimiterstring

Result: stored in self (calling object)

Remarks:

The strings will be stored in TStrings object with three 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, AmplitudeFormat or PhaseFormat is an empty string, full numeric precision will be used for the coresponding column.