You are here:
Symbol Reference >
MtxVec Namespace
>
Classes
>
TVec Class
>
public
>
Resize Method
>
TVec.Resize Method (integer, boolean)
MtxVec VCL
Example
TVec.Resize Method (integer, boolean)
var
a: Tvec;
begin
CreateIt
(a);
try
a.SetIt(false,[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.