procedure ValuesToText(out Text: string; const ReFormat: string; const ImFormat: string);
Convert all vector elements to text.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Text | string | |
| 2 | ReFormat | string | |
| 3 | ImFormat | string |
Result: stored in self (calling object)
Indexed: procedure ValuesToText(out Text: string; Index: Integer; Len: Integer; const ReFormat: string; const ImFormat: string);
Convert Index..Index+Len-1 vector elements to text.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Text | string | |
| 2 | Index | Integer | start index |
| 3 | Len | Integer | element count |
| 4 | ReFormat | string | |
| 5 | ImFormat | string |
Result: stored in self (calling object)