VectorInt.ValuesToText Method

procedure ValuesToText(out aText: string);

Convert all vector elements to text.

#NameTypeDescription
1aTextstring

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.

#NameTypeDescription
1aTextstring
2IndexIntegerstart index
3LenIntegerelement count

Result: stored in self (calling object)