Size the object.
Sets the size and storage precision of the calling object.
(*
Assigns the size and precision of the Src object to the calling object. *) function Size(const Src: TVecInt): TVecInt {$IFDEF AUTOREFCOUNT} Unsafe {$ENDIF} ; overload;
public