Clone

Declaration: TVector.Clone (VecSource: TVector);
The method Clone resizes the vector to the dimensions of vector VecSource and copies the entire contents of VecSource into its own data area (self ).