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_geodb
Class:TGeoDB
Declaration:destructor Destroy;

The destructor Destroy removes the database 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 memory loading. This is especially true for large databases.


Last Update: 2023-Dec-13