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