You are here: Symbol Reference > MtxExprInt Namespace > Classes > MatrixInt Record > public > SetIt Method > MatrixInt.SetIt Method (integer, integer, array of integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
MatrixInt.SetIt Method (integer, integer, array of integer)

Sets object values.

Pascal
function SetIt(const Rows: integer; const Cols: integer; const A: array of integer): TMtxInt; overload;

Set object values. Method call does not change object's size, but it does check for array overrun. The elements of A array are copied to the calling object elements, starting at Index. The IntPrecision property of the calling object is not changed.

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