You are here: Symbol Reference > MtxDialogs Namespace > Functions > MtxDialogs.ValuesToGrid Function
MtxVec VCL
ContentsIndex
PreviousUpNext
MtxDialogs.ValuesToGrid Function

Converts all elements of the Src matrix to strings

Pascal
procedure ValuesToGrid(Src: TMtx; Dst: TStringGrid; DstRow: integer; DstCol: integer; Format: string = '0.0000'; Headers: boolean = True); overload;

The routine uses formating Format and stores them in Dst starting at [DstRow,DstCol]. If headers is True, the first row and first column are numbered. If Dst does not have enough rows and cols an exception is raised.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!