You are here:
Symbol Reference >
MtxVecInt Namespace
>
Classes
>
TVecInt Class
>
public
>
Resize Method
>
TVecInt.Resize Method (integer, boolean)
MtxVec VCL
Example
TVecInt.Resize Method (integer, boolean)
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.