TMtxInt.ValuesToText Method

Overload List

#SignatureDescription
1procedure ValuesToText(out Text: string; Row: Integer; Col: Integer; RowCount: Integer; ColCount: Integer; const Delimiter: string);Converts Row..Col to Row+RowCount..Col+ColCount matrix elements to string.
2procedure ValuesToText(out Text: string; const Delimiter: string);Converts all calling matrix elements to string.

Overload 1: procedure ValuesToText(out Text: string; Row: Integer; Col: Integer; RowCount: Integer; ColCount: Integer; const Delimiter: string);

Converts Row..Col to Row+RowCount..Col+ColCount matrix elements to string.

#NameTypeDescription
1Textstring
2RowInteger
3ColInteger
4RowCountInteger
5ColCountInteger
6Delimiterstring

Result: stored in self (calling object)

Overload 2: procedure ValuesToText(out Text: string; const Delimiter: string);

Converts all calling matrix elements to string.

#NameTypeDescription
1Textstring
2Delimiterstring

Result: stored in self (calling object)