You are here: Symbol Reference > MtxExprInt Namespace > Classes > VectorInt Record > public > GetRow Method > VectorInt.GetRow Method (TMtxInt, integer)
MtxVec VCL
ContentsIndex
Example
var a: TVecInt; b: TMtxInt; begin CreateIt(a); CreateIt(b); try b.SetIt(2,2,[1,2, 3,4]); a.GetRow(b,0); // a now contains [1,2] finally FreeIt(a); FreeIt(b); end; end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.