clMatrix.ValuesToText Method

Overload List

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

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

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

#NameTypeDescription
1Textstring
2RowInteger
3ColInteger
4RowCountInteger
5ColCountInteger
6Delimiterstring
7ReFormatstring
8ImFormatstring

Result: stored in self (calling object)

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

Converts all calling matrix elements to string.

#NameTypeDescription
1Textstring
2Delimiterstring
3ReFormatstring
4ImFormatstring

Result: stored in self (calling object)