You are here: Symbol Reference > MtxExpr Namespace > Classes > Vector Record > public > SetSubRange Method > Vector.SetSubRange Method (TMtxVec, integer, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
Vector.SetSubRange Method (TMtxVec, integer, integer)

Define a subvector of the Src vector starting at Index and ending at Index+Len-1.

Pascal
procedure SetSubRange(const Src: TMtxVec; Index: integer; Len: integer = MtxVecEOA); overload;

{$IFDEF D9} inline; {$ENDIF}  

Additionally, it pushes the previous subrange on to a stack, which can be poped by calling SetFullRangeLevel.

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