You are here: Symbol Reference > MtxExprInt Namespace > Classes > VectorInt Record > public > VectorInt.Select Property
MtxVec VCL
ContentsIndex
PreviousUpNext
VectorInt.Select Property

Allows copying/assignment of subranges.

Pascal
property Select [const Indx, Len: integer]: VectorInt;

Reading this property will return a sub-ranged Vector. Similar to calling b.SetSubRange(a, Indx, Len); Writing this property will copy source to the specified subrange. The size of the value being assigned needs to match the range specified.

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