You are here: Symbol Reference > MtxVecInt Namespace > Classes > TVecIntList Class > public > Add Method > TVecIntList.Add Method (TVecInt)
MtxVec VCL
ContentsIndex
PreviousUpNext
TVecIntList.Add Method (TVecInt)

Creates and adds a new TVecInt object to the list.

Pascal
function Add(const Src: TVecInt): integer; virtual; overload;

The function returns the Index at which the object resides in the list. The object will not be owned (freed by the List), when the list is destroyed if Owned parameter remains false.

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