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

Sets object values.

Pascal
function SetIt(const Index: integer; const A: array of integer): TMtxVecInt; 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!