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

Allows copying/assignment of subranges.

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

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!