TVecByte.ValuesToText Method

procedure ValuesToText(out Text: string);

Convert all vector elements to text.

#NameTypeDescription
1Textstring

Result: stored in self (calling object)

Indexed: procedure ValuesToText(out Text: string; Index: Integer; Len: Integer);

Convert Index..Index+Len-1 vector elements to text.

#NameTypeDescription
1Textstring
2IndexIntegerstart index
3LenIntegerelement count

Result: stored in self (calling object)