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