You are here: Symbol Reference > AbstractMtxVec Namespace > Classes > TMtxVec Class > public > SetInteger Method > TMtxVec.SetInteger Method (integer, array of Integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
TMtxVec.SetInteger Method (integer, array of Integer)

Sets object values (integer).

Pascal
function SetInteger(Index: integer; const A: array of Integer): TMtxVec; overload;

The integer elements of A array are copied to the calling object elements [Index]..[Index+Length(A)-1]. An exception is raised if calling object array borders are overrun/underrun.

Use this method for integer array only.

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