You are here: Symbol Reference > MtxExprInt Namespace > Classes > VectorInt Record > public > Concat Method > VectorInt.Concat Method (integer, array of TVecInt)
MtxVec VCL
ContentsIndex
PreviousUpNext
VectorInt.Concat Method (integer, array of TVecInt)

Copies the contents of all TVecInt objects from the Src array to the calling vector elements, starting with at Index.

Pascal
function Concat(Index: integer; const Src: array of TVecInt): TVecInt; overload;

The Length and TMtxVec.Complex properties of the calling vector must be set explicitly. An exception is raised, if Complex properties of TVecInt objects do not match or if the sum of Length's exceeds the Length property of the calling object.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!