You are here: Symbol Reference > MtxVecInt Namespace > Classes > TMtxInt Class > public > SetRow Method > TMtxInt.SetRow Method (TMtxVecInt, integer)
MtxVec VCL
ContentsIndex
Example
var A: TMtxInt; V: TVecInt; begin CreateIt(A); CreateIt(V); try A.Size(1,2); V.SetIt([1,2, 2,4]); A.SetCol(V,0); finally FreeIt(V); FreeIt(A); end; end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.