procedure Adopt(const Src: TVecInt);
Adopts TVecInt object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TVecInt |
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.