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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TStrings | |
| 2 | FrequencyFormat | string | |
| 3 | AmplitudeFormat | string | |
| 4 | PhaseFormat | string | |
| 5 | XTitle | string | |
| 6 | ATitle | string | |
| 7 | PTitle | string | |
| 8 | IncludePhase | Boolean | |
| 9 | Delimiter | string |
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.