TMedQuery.Destroy TMedQuery

destructor Destroy; override;

Description

Use Free instead of Destroy in an application. It will check the the reference and call Destroy if it is not Nil.

Destroy will close the query and free its internal storage.