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



Destroy


Unit:SDL_vector
Class:TVector, TIntVector
Declaration:destructor Destroy;

The destructor Destroy releases the allocated heap and removes the object from the memory. Note that a better way for destroying an instance is the method Free.

Hint: Destroy should be carried out whenever an object is not needed anymore in order to avoid unnecessary loading of the heap segment.


Last Update: 2023-Feb-06