RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBQuery.Destroy Destructor

Destroys the instance of a query.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~TIBQuery();

Do not call Destroy directly. Instead call Free to verify that the query is not already freed before calling Destroy. Destroy disconnects from the server, frees the SQL statement list and the parameter list, and then calls its inherited destructor. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!