Bde.DBTables.TQuery.Destroy
| [–] Properties | |
|---|---|
| Type: destructor | |
| Visibility: public | |
| Source: Bde.DBTables.pas Bde.DBTables.hpp
| |
| Unit: Bde.DBTables | |
| Parent: TQuery | |
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TQuery();
Description
Destroys the instance of a query.
Do not call Destroy directly. Instead, call Free, which checks that the TQuery is not nil before calling Destroy.
Destroy disconnects from the server, frees the SQL statement list, the parameter list, and the data link and SQL binary storage area, and then calls its inherited destructor.