VectorInt.Adopt Method

procedure Adopt(const Src: TVecInt);

Adopts TVecInt object.

#NameTypeDescription
1SrcTVecInt

Result: stored in self (calling object)

Remarks:

Src object will be adopted by VectorInt. When the Vector gets out of scope, the object will be freed.