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