You are here: Symbol Reference > MtxVecInt Namespace > Classes > TMtxInt Class > public > SetRow Method > TMtxInt.SetRow Method (TMtxVecInt, integer, integer, integer, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
TMtxInt.SetRow Method (TMtxVecInt, integer, integer, integer, integer)

Copy vector Vec elements [VecIndex]..[VecIndex+Len-1] to the calling matrix elements [Row,Col]..[Row,Col+Len-1].

Pascal
function SetRow(const Vec: TMtxVecInt; VecIndex: integer; Row: integer; Col: integer; Len: integer): TMtxInt; overload;

An exception is raised if condition checking is enabled and array bounds are overrun.

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