TCustomSpectrumAnalyzer.MarksToStrings Method

procedure MarksToStrings(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 marks 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 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 XTitle, ATitle and PTitle are set to empty strings. The width of the columns is defined with the global variable: SignalTextColumnWidth. If FrequencyFormat, AmplitudeFormat or PhaseFormat is an empty string, full numeric precision will be used for the coresponding column.