The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



Clone


Unit:SDL_vector
Class: TVector, TIntVector
Declaration: procedure Clone (VecSource: TVector); { class TVector }
procedure Clone (VecSource: TIntVector); { class TIntVector }

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 ).

 


Last Update: 2023-Feb-06